Updated Other features and notes (markdown)

Aurora 2016-04-18 05:52:24 +02:00
parent 7ed11f3d78
commit e30e279c28

@ -13,7 +13,7 @@ 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 the the payload you use most inside `SD:/aurei/payloads`, and rename it to `def_<name>.bin` (where <name> can be whatever you want)
- Put the payload you use most inside `SD:/aurei/payloads`, and rename it to `def_<name>.bin` (where <name> can be whatever you want)
- Put additional payloads in `SD:/aurei/payloads`, and rename it to `<button>_<name>.bin` (where <name> can be whatever you want)
`<button>_<name>.bin` can be as follows:
@ -27,7 +27,7 @@ How to use:
- `down_NAME.bin`
`def_NAME.bin` gets launched by holding the **START** button or if chosen payload doesn't exist, for the others you need to hold their corresponding button.
For the `r_NAME.bin` and `select_NAME.bin` you need to press **L+R** and **L+SELECT** on boot respectively.
For the `r_NAME.bin` and `sel_NAME.bin` you need to press **L+R** and **L+SELECT** on boot respectively.
If you're using a non-screen-init version of A9LH, it will be done automatically before launching the payload.
---