mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Show DS ROM dumping, even when flashcard is mounted
This commit is contained in:
parent
751b887fa3
commit
ed97c9ed43
@ -21,6 +21,7 @@
|
|||||||
------------------------------------------------------------------*/
|
------------------------------------------------------------------*/
|
||||||
|
|
||||||
#include <nds.h>
|
#include <nds.h>
|
||||||
|
#include <nds/arm9/dldi.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@ -189,7 +190,8 @@ void driveMenu (void) {
|
|||||||
if (flashcardMounted) {
|
if (flashcardMounted) {
|
||||||
dmMaxCursors++;
|
dmMaxCursors++;
|
||||||
dmAssignedOp[dmMaxCursors] = 1;
|
dmAssignedOp[dmMaxCursors] = 1;
|
||||||
} else if (!(REG_SCFG_MC & BIT(0))) {
|
}
|
||||||
|
if (((*(u32*)io_dldi_data+(0x64/4)) & FEATURE_SLOT_GBA) || !(REG_SCFG_MC & BIT(0))) {
|
||||||
dmMaxCursors++;
|
dmMaxCursors++;
|
||||||
dmAssignedOp[dmMaxCursors] = 4;
|
dmAssignedOp[dmMaxCursors] = 4;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user