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

View File

@ -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.