remove usm files in sd cleanup script

The unSAFE_MODE exploit that will be soon added to the 3ds guide adds a few more files that need to be removed.
This commit is contained in:
aspargas2 2020-04-26 04:15:31 -04:00 committed by d0k3
parent 52034cd41f
commit 2aba1afb2e

View File

@ -1175,6 +1175,9 @@ end
if not allow -a 0:/
goto MainMenu_Scripts_from_Plailect's_Guide
end
if not allow -a A:/
goto MainMenu_Scripts_from_Plailect's_Guide
end
rm -o -s 0:/arm9.bin
rm -o -s 0:/arm11.bin
@ -1228,6 +1231,8 @@ rm -o -s 0:/frogcert.bin
rm -o -s 0:/private/ds/app/4B47554A/001/T00031_1038C2A757B77_000.ppm
rm -o -s 0:/3ds/Frogtool.3dsx
rm -o -s 0:/3ds/squirrelboot.3dsx
rm -o -s 0:/usm.bin
rm -o -s "A:/Nintendo DSiWare/F00D43D5.bin"
echo "SD card now squeaky clean from setup files."
goto MainMenu_Scripts_from_Plailect's_Guide