Skip to content

Commit

Permalink
update to 13.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kronos2308 committed Jan 22, 2022
1 parent b080002 commit 6090d45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

#---------------------------------------------------------------------------------
Expand Down
Binary file modified romfs/TegraExplorer.bin
Binary file not shown.
9 changes: 4 additions & 5 deletions romfs/startup.te
Original file line number Diff line number Diff line change
Expand Up @@ -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!")
Expand Down

0 comments on commit 6090d45

Please sign in to comment.