mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-05 08:39:04 +00:00
dumper: Add copying boot9 from 0:/3DS and prompt when not found
This commit is contained in:
Vendored
+8
-1
@@ -17,7 +17,14 @@ end
|
|||||||
set PREVIEW_MODE "threeSD Dumper\nby zhaowenlan1779\n \nWorking..."
|
set PREVIEW_MODE "threeSD Dumper\nby zhaowenlan1779\n \nWorking..."
|
||||||
|
|
||||||
cp -w -n "1:/private/movable.sed" $[OUT]/movable.sed
|
cp -w -n "1:/private/movable.sed" $[OUT]/movable.sed
|
||||||
cp -w -n "M:/boot9.bin" $[OUT]/boot9.bin
|
if find "M:/boot9.bin" NULL
|
||||||
|
cp -w -n "M:/boot9.bin" $[OUT]/boot9.bin
|
||||||
|
elif find "0:/3DS/boot9.bin" NULL
|
||||||
|
cp -w -n "0:/3DS/boot9.bin" $[OUT]/boot9.bin
|
||||||
|
else
|
||||||
|
echo "ERROR: \nboot9.bin not found. \nIf you use fastboot3ds, hold HOME while booting, \nand go to Miscellaneous... > Dump bootroms & OTP. \nWhen finished, simply execute this script again."
|
||||||
|
goto Exit
|
||||||
|
end
|
||||||
|
|
||||||
if not find $[OUT]/firm NULL
|
if not find $[OUT]/firm NULL
|
||||||
mkdir $[OUT]/firm
|
mkdir $[OUT]/firm
|
||||||
|
|||||||
Reference in New Issue
Block a user