Skip to content

Commit

Permalink
Complete cleanup after haxid1 mismatch boot
Browse files Browse the repository at this point in the history
  • Loading branch information
zoogie committed Oct 8, 2023
1 parent 91af60d commit 61696ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MSET9_installer_script/mset9.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
mode=0 #0 setup state, 1 hax state
id0_count=0
id0_list=[]
finish_remove=0

home_menu=[0x8f,0x98,0x82,0xA1,0xA9,0xB1] #us,eu,jp,ch,kr,tw
mii_maker=[0x217,0x227,0x207,0x267,0x277,0x287] #us,eu,jp,ch,kr,tw
Expand Down Expand Up @@ -128,6 +129,7 @@
shutil.rmtree(os.path.join(root, name))
print("done.")
time.sleep(3)
finish_remove=1



Expand Down Expand Up @@ -274,6 +276,8 @@ def reapply_cwd():
print("Couldn't reapply cwd, is sdcard reinserted?")
return False

if finish_remove:
remove()
check("boot9strap/boot9strap.firm", 0, 0x08129c1f)
#check("Nintendo 3DS/Private/00020400/phtcache.bin", 0x7f53c, 0)
check("boot.firm", 0, 0)
Expand Down

0 comments on commit 61696ec

Please sign in to comment.