mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Only show DS(i) ROM dumping option, if cart is inserted
This commit is contained in:
parent
db8bf37a2a
commit
62259a72b3
@ -189,7 +189,7 @@ void driveMenu (void) {
|
||||
if (flashcardMounted) {
|
||||
dmMaxCursors++;
|
||||
dmAssignedOp[dmMaxCursors] = 1;
|
||||
} else {
|
||||
} else if (!(REG_SCFG_MC & BIT(0))) {
|
||||
dmMaxCursors++;
|
||||
dmAssignedOp[dmMaxCursors] = 4;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user