Updated the upper half to correspond to Luma3DS 7.1+, will fix the rest soon

916253 2017-05-19 22:52:48 -04:00
parent 5d356722f8
commit 072f9c3bba

@ -14,26 +14,25 @@ You can convert your own splash screen images [here](http://xem.github.io/3DShom
Allows you to run other ARM9 programs on boot.
How to use:
Put any payload you wish to use in `SD:/luma/payloads`, and rename it to `<button>_<name>.bin` (where \<name\> can be whatever you want)
Put any payload you wish to use in `SD:/luma/payloads`, and rename it to `<button>_<name>.firm` (where \<name\> can be whatever you want)
`<button>_<name>.bin` can be as follows:
- `x_NAME.bin`
- `y_NAME.bin`
- `select_NAME.bin`
- `r_NAME.bin`
- `a_NAME.bin`
- `b_NAME.bin`
- `right_NAME.bin`
- `left_NAME.bin`
- `up_NAME.bin`
- `down_NAME.bin`
- `x_NAME.firm`
- `y_NAME.firm`
- `select_NAME.firm`
- `r_NAME.firm`
- `a_NAME.firm`
- `b_NAME.firm`
- `right_NAME.firm`
- `left_NAME.firm`
- `up_NAME.firm`
- `down_NAME.firm`
You can also put any payload of any name in the folder and hold **START** to see a list of payloads.
For `r_NAME.bin`, `a_NAME.bin`, `start_NAME.bin` and `select_NAME.bin` you need to press **L+R**, **L+A**, **L+START** and **L+SELECT** on boot respectively.
For `r_NAME.firm`, `a_NAME.firm`, `start_NAME.firm` and `select_NAME.firm` you need to press **L+R**, **L+A**, **L+START** and **L+SELECT** on boot respectively.
For any other payload you only need to hold its corresponding button.
If you're using a non-screen-init version of A9LH, it will be done automatically before launching the payload.
---
## Standard features