mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
GM9MegaScript: Added essential.exefs dumping
... so I got at least one commit in that script.
This commit is contained in:
parent
f24db1442e
commit
a4270eda56
@ -894,6 +894,20 @@ cp -w -n M:/otp.mem $[OUTPATH]
|
||||
echo "Dump created successfully:\n$[OUTPATH]"
|
||||
goto MainMenu_Dump_Options
|
||||
|
||||
###################Dump essential.exefs###################
|
||||
|
||||
@Dump_Options_Dump_essential.exefs
|
||||
set PREVIEW_MODE "GODMODE9 ALL-IN-ONE MEGASCRIPT\nby annson24\n \nDump Options\n>Dump essential.exefs"
|
||||
|
||||
if not ask "Dump essential.exefs in $[GM9OUT]?"
|
||||
goto MainMenu_Dump_Options
|
||||
end
|
||||
|
||||
findnot $[GM9OUT]/$[SERIAL]_essential_??.exefs OUTPATH
|
||||
cp -w -n S:/essential.exefs $[OUTPATH]
|
||||
echo "Dump created successfully:\n$[OUTPATH]"
|
||||
goto MainMenu_Dump_Options
|
||||
|
||||
#################Dump CITRA Files#################
|
||||
|
||||
@Dump_Options_Dump_CITRA_Files
|
||||
|
Loading…
x
Reference in New Issue
Block a user