Update the readme, describe what happens when no default payload is found on the sd card

This commit is contained in:
Maschell 2020-12-05 21:27:20 +01:00
parent 836428c56f
commit 12d4d17c2a
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@ This payload.elf loader which can be used with any `payload.elf` loader. (For ex
## Usage
Place the `payload.elf` in the `sd:/wiiu` folder of your sd card and run a exploit which loads `payload.elf`.
Per default this will chainload `sd:/wiiu/payloads/default/payload.elf`, but when holding B while loading this payload, the target payload can be selected.
Per default this will chainload `sd:/wiiu/payloads/default/payload.elf`, but when holding B while loading this payload, the target payload can be selected.
Place payloads into seperate folder in `sd:/wiiu/payloads/` example:
@ -13,6 +13,8 @@ sd:/wiiu/payloads/legacy_env/payload.elf
sd:/wiiu/payloads/fw_img_loader/payload.elf
```
If `sd:/wiiu/payloads/default/payload.elf` not present and user does NOT hold B while loading, no payload is loaded. This may lead to undefined behaviour on some payload.elf loaders.
## Building
For building you just need [wut](https://github.com/devkitPro/wut/) installed, then use the `make` command.