mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Lower chances of flashcard mounting causing Guru Meditation Error
This commit is contained in:
parent
04dca38325
commit
c311120c0c
@ -130,10 +130,9 @@ bool flashcardMount(void) {
|
|||||||
}
|
}
|
||||||
memcpy(&nds, (void*)0x02000000, sizeof(nds));*/
|
memcpy(&nds, (void*)0x02000000, sizeof(nds));*/
|
||||||
UpdateCardInfo(&nds, &gameid[0], &gamename[0]);
|
UpdateCardInfo(&nds, &gameid[0], &gamename[0]);
|
||||||
|
swiWaitForVBlank();
|
||||||
|
|
||||||
/*SetBrightness(0, 0);
|
/*consoleClear();
|
||||||
SetBrightness(1, 0);
|
|
||||||
consoleDemoInit();
|
|
||||||
iprintf("REG_SCFG_MC: %x\n", REG_SCFG_MC);
|
iprintf("REG_SCFG_MC: %x\n", REG_SCFG_MC);
|
||||||
ShowGameInfo(gameid, gamename);
|
ShowGameInfo(gameid, gamename);
|
||||||
|
|
||||||
@ -142,6 +141,7 @@ bool flashcardMount(void) {
|
|||||||
}*/
|
}*/
|
||||||
|
|
||||||
sysSetCardOwner (BUS_OWNER_ARM7); // 3DS fix
|
sysSetCardOwner (BUS_OWNER_ARM7); // 3DS fix
|
||||||
|
swiWaitForVBlank();
|
||||||
|
|
||||||
// Read a DLDI driver specific to the cart
|
// Read a DLDI driver specific to the cart
|
||||||
if (!memcmp(gamename, "R4DSULTRA", 9)) {
|
if (!memcmp(gamename, "R4DSULTRA", 9)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user