mirror of
https://github.com/wiiu-env/PayloadLoaderPayload.git
synced 2025-01-07 14:28:16 +01:00
Update the readme, describe what happens when no default payload is found on the sd card
This commit is contained in:
parent
836428c56f
commit
12d4d17c2a
@ -3,7 +3,7 @@ This payload.elf loader which can be used with any `payload.elf` loader. (For ex
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
Place the `payload.elf` in the `sd:/wiiu` folder of your sd card and run a exploit which loads `payload.elf`.
|
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:
|
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
|
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
|
## Building
|
||||||
|
|
||||||
For building you just need [wut](https://github.com/devkitPro/wut/) installed, then use the `make` command.
|
For building you just need [wut](https://github.com/devkitPro/wut/) installed, then use the `make` command.
|
||||||
|
Loading…
Reference in New Issue
Block a user