Lower chances of flashcard mounting causing Guru Meditation Error

This commit is contained in:
RocketRobz 2018-10-05 21:39:45 -06:00
parent 04dca38325
commit c311120c0c

View File

@ -130,10 +130,9 @@ bool flashcardMount(void) {
}
memcpy(&nds, (void*)0x02000000, sizeof(nds));*/
UpdateCardInfo(&nds, &gameid[0], &gamename[0]);
swiWaitForVBlank();
/*SetBrightness(0, 0);
SetBrightness(1, 0);
consoleDemoInit();
/*consoleClear();
iprintf("REG_SCFG_MC: %x\n", REG_SCFG_MC);
ShowGameInfo(gameid, gamename);
@ -142,6 +141,7 @@ bool flashcardMount(void) {
}*/
sysSetCardOwner (BUS_OWNER_ARM7); // 3DS fix
swiWaitForVBlank();
// Read a DLDI driver specific to the cart
if (!memcmp(gamename, "R4DSULTRA", 9)) {