Skip to content

Commit

Permalink
Do not have Unlaunch boot TWLMenu++ if using hiyaCFW
Browse files Browse the repository at this point in the history
In case if the NAND chip has died
  • Loading branch information
RocketRobz committed Jan 14, 2024
1 parent 9799b16 commit dd0420f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions booter/arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ int main(int argc, char **argv) {

const char* srldrPath = (/*runGame ? "sd:/_nds/TWiLightMenu/resetgame.srldr" :*/ "sd:/_nds/TWiLightMenu/main.srldr");

if (*(u32*)0x02800000 == 0x00000041 || *(u32*)0x02800000 == 0x00060041) { // If using hiyaCFW...
/* if (*(u32*)0x02800000 == 0x00000041 || *(u32*)0x02800000 == 0x00060041) { // If using hiyaCFW...
unlaunchRomBoot(srldrPath); // Start via Unlaunch
}
} */

graphicsInit();
fontInit();
Expand Down

0 comments on commit dd0420f

Please sign in to comment.