From 61696ece5922b5526dca51c4c0844026ab1e817b Mon Sep 17 00:00:00 2001 From: zoogie Date: Sun, 8 Oct 2023 06:15:38 -0500 Subject: [PATCH] Complete cleanup after haxid1 mismatch boot --- MSET9_installer_script/mset9.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MSET9_installer_script/mset9.py b/MSET9_installer_script/mset9.py index 4e4c2da..9fad40f 100644 --- a/MSET9_installer_script/mset9.py +++ b/MSET9_installer_script/mset9.py @@ -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 @@ -128,6 +129,7 @@ shutil.rmtree(os.path.join(root, name)) print("done.") time.sleep(3) + finish_remove=1 @@ -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)