diff --git a/Dump-Cartridge.gm9 b/Dump-Cartridge.gm9 index 5bb9aab..858c815 100644 --- a/Dump-Cartridge.gm9 +++ b/Dump-Cartridge.gm9 @@ -17,4 +17,4 @@ input "Please enter the TIDLOW: " UPDATE find A:/title/0004000e/$[UPDATE]/content/0000000?.app UPDFILE imgmount $[UPDFILE] cp G:/exefs 0:/gm9/out/exefs -cp G:/romfs 0:/gm9/out/romfs \ No newline at end of file +cp G:/romfs 0:/gm9/out/romfs diff --git a/Dump-Digital.gm9 b/Dump-Digital.gm9 index 5afddf7..e2e3de8 100644 --- a/Dump-Digital.gm9 +++ b/Dump-Digital.gm9 @@ -17,4 +17,4 @@ set ERRORMSG "Dumping failed.\nDumping the update failed." find A:/title/0004000e/$[GAMEID]/content/0000000?.app UPDATE imgmount $[UPDATE] cp G:/exefs 0:/gm9/out/exefs -cp G:/romfs 0:/gm9/out/romfs \ No newline at end of file +cp G:/romfs 0:/gm9/out/romfs