diff --git a/Makefile b/Makefile index 4fd7d37..1138ad2 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ INCLUDES := include EXEFS_SRC := exefs_src APP_TITLE := Haku33 APP_AUTHOR := Kronos2308 -APP_VERSION := 4.5 +APP_VERSION := 4.6 ROMFS := romfs #--------------------------------------------------------------------------------- diff --git a/romfs/TegraExplorer.bin b/romfs/TegraExplorer.bin index 4197755..d68dddd 100644 Binary files a/romfs/TegraExplorer.bin and b/romfs/TegraExplorer.bin differ diff --git a/romfs/startup.te b/romfs/startup.te index b6daf8b..a27619e 100644 --- a/romfs/startup.te +++ b/romfs/startup.te @@ -6,12 +6,11 @@ pe={pause() exit()} println("Haku33 Kronos2308 Hard Reset, Kronos2308 - Fork from TegraExplorer") wait={t=timer()while(timer()<(t+tw)){print("Wait for",(t+tw-timer()/1000),"seconds \r")}} p("System wiper\n") -op=["Exit","Wipe sysmmc"].copy() -if (emu()){op+"Wipe emummc"} +op=["Wipe Console"].copy() +if (emu()){op+"Wipe emunand only"} r=menu(op,0)clear() -if(r==0){exit()} -if(r==1){p("Selected sysmmc")mount=mountsys} -if(r==2){p("Selected emummc")mount=mountemu} +if(r==0){p("Selected sysmmc")mount=mountsys} +if(r==1){p("Selected emummc")mount=mountemu} if(mount("SYSTEM")){p("Mount failed!")pe()} color(0xFF0000) p("Are you sure you want to wipe everything?\nThis includes:\n- Saves\n- Game Data\n- All other data on the system\n\nUse this only as a last resort!")