configure-luma3ds: slight reword so that we don't need the include argument
This way, we can just "Hold SELECT and boot" -> configure-luma3ds on
the relevant pages.
This reverts commit 1eaf72401f
.
This commit is contained in:
parent
ad6f7756ce
commit
03772c2c7d
3 changed files with 5 additions and 7 deletions
|
@ -1,8 +1,4 @@
|
|||
{%- if include.onboot == "true" %}
|
||||
1. Press and hold (Select), and while holding (Select), power on your device. This will launch Luma3DS configuration
|
||||
{%- else %}
|
||||
1. Your device should have rebooted into the Luma3DS configuration menu
|
||||
{%- endif %}
|
||||
1. Your device should have booted into the Luma3DS configuration menu
|
||||
+ Luma3DS configuration menu are settings for the Luma3DS custom firmware. Many of these settings may be useful for customization or debugging
|
||||
+ For the purpose of this guide, **leave these options on the default settings** (do not check or uncheck anything)
|
||||
+ If your device shuts down when you try to power it on, ensure that you have copied `boot.firm` from the Luma3DS `.zip` to the root of your SD card
|
||||
|
|
|
@ -90,7 +90,8 @@ In this section, you will copy the hacked DS Connection Settings DSiWare to inte
|
|||
|
||||
#### Section VI - Luma3DS Configuration
|
||||
|
||||
{% include_relative include/configure-luma3ds.txt onboot="true" %}
|
||||
1. Press and hold (Select), and while holding (Select), power on your device. This will launch Luma3DS configuration
|
||||
{% include_relative include/configure-luma3ds.txt %}
|
||||
|
||||
{% include_relative include/luma3ds-installed-note.txt %}
|
||||
|
||||
|
|
|
@ -95,7 +95,8 @@ In this section, you will install custom firmware to the dumped NAND image, and
|
|||
1. Flash your outputted `NAND-patched.bin` to your device with your hardmod
|
||||
1. Power off your device
|
||||
1. Disconnect your hardmod
|
||||
{%- include_relative include/configure-luma3ds.txt onboot="true" %}
|
||||
1. Press and hold (Select), and while holding (Select), power on your device. This will launch Luma3DS configuration
|
||||
{% include_relative include/configure-luma3ds.txt %}
|
||||
|
||||
{% include_relative include/luma3ds-installed-note.txt %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue