Updated Other features and notes (markdown)

Aurora 2016-04-30 03:21:21 +02:00
parent 640f67b99a
commit f6cf1a0eff

@ -13,13 +13,13 @@ You can convert your own splash screen images [here](http://xem.github.io/3DShom
Allows you to run other ARM9 programs on boot. Allows you to run other ARM9 programs on boot.
How to use: How to use:
- Put the payload you use most inside `SD:/luma/payloads`, and rename it to `def_<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>.bin` (where <name> can be whatever you want)
- Put additional payloads in `SD:/luma/payloads`, and rename it to `<button>_<name>.bin` (where <name> can be whatever you want)
`<button>_<name>.bin` can be as follows: `<button>_<name>.bin` can be as follows:
- `x_NAME.bin` - `x_NAME.bin`
- `y_NAME.bin` - `y_NAME.bin`
- `sel_NAME.bin` _(for SELECT)_ - `select_NAME.bin`
- `start_NAME.bin`
- `r_NAME.bin` - `r_NAME.bin`
- `a_NAME.bin` - `a_NAME.bin`
- `right_NAME.bin` - `right_NAME.bin`
@ -27,8 +27,8 @@ How to use:
- `up_NAME.bin` - `up_NAME.bin`
- `down_NAME.bin` - `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 each payload you need to hold its corresponding button.
For the `r_NAME.bin`, `a_NAME.bin` and `sel_NAME.bin` you need to press **L+R**, **L+A** and **L+SELECT** on boot respectively. For `r_NAME.bin`, `a_NAME.bin` and `sel_NAME.bin` you need to press **L+R**, **L+A** 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. If you're using a non-screen-init version of A9LH, it will be done automatically before launching the payload.
--- ---