mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Unmount non-MEP RAM drive if GBA game is inserted
This commit is contained in:
parent
a088d64b80
commit
e92c8ce445
@ -228,6 +228,7 @@ void driveMenu (void) {
|
||||
dmOperations.push_back(DriveMenuOperation::nitroFs);
|
||||
if (!isDSiMode() && isRegularDS && gbaFixedValue == 0x96) {
|
||||
dmOperations.push_back(DriveMenuOperation::gbaCart);
|
||||
*(u16*)(0x020000C0) = 0;
|
||||
if(romTitle[1][0] == 0) {
|
||||
tonccpy(romTitle[1], (char*)0x080000A0, 12);
|
||||
romSize[1] = 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user