diff --git a/README.md b/README.md index a7f7841..431c518 100644 --- a/README.md +++ b/README.md @@ -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.