mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Make dumping option do nothing, if neither SD/Flashcard is mounted
This commit is contained in:
parent
14cd945b16
commit
6226892784
@ -326,7 +326,7 @@ void driveMenu (void) {
|
||||
screenMode = 1;
|
||||
break;
|
||||
}
|
||||
} else if (dmAssignedOp[dmCursorPosition] == 4) {
|
||||
} else if (dmAssignedOp[dmCursorPosition] == 4 && (sdMounted || flashcardMounted)) {
|
||||
dmTextPrinted = false;
|
||||
ndsCardDump();
|
||||
} else if (dmAssignedOp[dmCursorPosition] == 5 && isDSiMode() && ramdrive1Mounted) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user