mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Fix DS game dumping being shown on Slot-1 flashcards
This commit is contained in:
parent
edee203fe6
commit
065674a19f
@ -228,7 +228,7 @@ void driveMenu (void) {
|
|||||||
dmMaxCursors++;
|
dmMaxCursors++;
|
||||||
dmAssignedOp[dmMaxCursors] = 6;
|
dmAssignedOp[dmMaxCursors] = 6;
|
||||||
}
|
}
|
||||||
if (((*(u32*)io_dldi_data+(0x64/4)) & FEATURE_SLOT_GBA) || !(REG_SCFG_MC & BIT(0))) {
|
if ((io_dldi_data->ioInterface.features & FEATURE_SLOT_GBA) || (isDSiMode() && !(REG_SCFG_MC & BIT(0)))) {
|
||||||
dmMaxCursors++;
|
dmMaxCursors++;
|
||||||
dmAssignedOp[dmMaxCursors] = 4;
|
dmAssignedOp[dmMaxCursors] = 4;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user