From dd0420fe09e3793eb15cfdf5ac6e8212f25891e4 Mon Sep 17 00:00:00 2001 From: RocketRobz Date: Sun, 14 Jan 2024 16:42:41 -0700 Subject: [PATCH] Do not have Unlaunch boot TWLMenu++ if using hiyaCFW In case if the NAND chip has died --- booter/arm9/source/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/booter/arm9/source/main.cpp b/booter/arm9/source/main.cpp index bc6df2d21d..a29886eecc 100644 --- a/booter/arm9/source/main.cpp +++ b/booter/arm9/source/main.cpp @@ -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();