1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-26 01:44:20 +02:00

setup ctrnand luma3ds script

This commit is contained in:
Plailect
2017-07-16 16:30:57 -04:00
committed by Plailect
parent 90fb3d9d79
commit 710d7f2fd1
4 changed files with 49 additions and 67 deletions

View File

@@ -0,0 +1,17 @@
# Luma3DS CTRNAND Setup script
# last changed: 20170716
# author: ihaveamac
ask "This will copy Luma3DS to your CTRNAND,\nallowing for the system to work without\nan SD card.\n\nContinue?"
allow 1:/
# remove existing files just in case
rm -o -s 1:/boot.firm
rm -o -s 1:/rw/luma
# copy specific files over
cp 0:/boot.firm 1:/boot.firm
mkdir 1:/rw/luma
cp 0:/luma/payloads 1:/rw/luma/payloads
cp 0:/luma/config.bin 1:/rw/luma/config.bin