mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-06-19 03:05:43 -04:00
Only detect GBA cart ejection when running from Slot-1
This commit is contained in:
parent
1a3c42e9a4
commit
ab04f98396
@ -60,7 +60,7 @@ void vblankHandler (void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Check if GBA cart ejected
|
// Check if GBA cart ejected
|
||||||
if(isRegularDS && *(u8*)(0x080000B2) != 0x96 && romTitle[1][0] != '\0') {
|
if(isRegularDS && (io_dldi_data->ioInterface.features & FEATURE_SLOT_NDS) && *(u8*)(0x080000B2) != 0x96 && romTitle[1][0] != '\0') {
|
||||||
romTitle[1][0] = '\0';
|
romTitle[1][0] = '\0';
|
||||||
romSize[1] = 0;
|
romSize[1] = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user