missed cleanup for mset (#1426)
This commit is contained in:
parent
8eff9c4f01
commit
b72a8bb9d4
1 changed files with 5 additions and 1 deletions
|
@ -30,6 +30,10 @@ rm -o -s 0:/otherapp.bin
|
|||
rm -o -s 0:/3ds/safehax.3dsx
|
||||
rm -o -s 0:/3ds/udsploit.3dsx
|
||||
rm -o -s 0:/safehaxpayload.bin
|
||||
|
||||
#mset
|
||||
rm -o -s 0:/Launcher.dat
|
||||
rm -o -s 0:/SafeB9SInstaller.dat
|
||||
|
||||
#DSiWareHax
|
||||
rm -o -s 0:/public.sav
|
||||
|
@ -54,4 +58,4 @@ rm -o -s 0:/gm9/scripts/cleanup_sd_card.gm9
|
|||
rm -o -s 0:/arm9loaderhax.bin
|
||||
rm -o -s 0:/files9/aeskeydb.bin
|
||||
|
||||
set ERRORMSG "Cleanup completed successfully"
|
||||
set ERRORMSG "Cleanup completed successfully"
|
||||
|
|
Loading…
Reference in a new issue