sd-preparation.md: add a line but it doesnt suck this time
This commit is contained in:
parent
e39ad3c389
commit
397b6a7a2e
1 changed files with 30 additions and 30 deletions
|
@ -40,36 +40,36 @@ We will now place the required CFW files and some additional homebrew files on t
|
|||
```
|
||||
💾sd:
|
||||
┣ 📂wiiu
|
||||
┣ 📂apps
|
||||
┃ ┣ 📂homebrew_launcher
|
||||
┃ ┃ ┣ 📜homebrew_launcher.elf
|
||||
┃ ┃ ┣ 📜icon.png
|
||||
┃ ┃ ┗ 📜meta.xml
|
||||
┃ ┣ 📜PayloadLoaderInstaller.wuhb
|
||||
┃ ┗ (All other apps should be here too)
|
||||
┣ 📂environments
|
||||
┃ ┣ 📂installer
|
||||
┃ ┃ ┗ 📂modules
|
||||
┃ ┃ ┗ 📂setup
|
||||
┃ ┃ ┣ 📜00_mocha.rpx
|
||||
┃ ┃ ┗ 📜90_launch_installer.rpx
|
||||
┃ ┗ 📂tiramisu
|
||||
┃ ┣ 📂modules
|
||||
┃ ┃ ┗ 📂setup
|
||||
┃ ┃ ┣ 📜00_mocha.rpx
|
||||
┃ ┃ ┣ 📜01_sigpatches.rpx
|
||||
┃ ┃ ┣ 📜50_hbl_installer.rpx
|
||||
┃ ┃ ┗ 📜99_autoboot.rpx
|
||||
┃ ┗ 📜root.rpx
|
||||
┣ 📂payloads
|
||||
┃ ┣ 📂default
|
||||
┃ ┣ 📂apps
|
||||
┃ ┃ ┣ 📂homebrew_launcher
|
||||
┃ ┃ ┃ ┣ 📜homebrew_launcher.elf
|
||||
┃ ┃ ┃ ┣ 📜icon.png
|
||||
┃ ┃ ┃ ┗ 📜meta.xml
|
||||
┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb
|
||||
┃ ┃ ┗ (All other apps should be here too)
|
||||
┃ ┣ 📂environments
|
||||
┃ ┃ ┣ 📂installer
|
||||
┃ ┃ ┃ ┗ 📂modules
|
||||
┃ ┃ ┃ ┗ 📂setup
|
||||
┃ ┃ ┃ ┣ 📜00_mocha.rpx
|
||||
┃ ┃ ┃ ┗ 📜90_launch_installer.rpx
|
||||
┃ ┃ ┗ 📂tiramisu
|
||||
┃ ┃ ┣ 📂modules
|
||||
┃ ┃ ┃ ┗ 📂setup
|
||||
┃ ┃ ┃ ┣ 📜00_mocha.rpx
|
||||
┃ ┃ ┃ ┣ 📜01_sigpatches.rpx
|
||||
┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx
|
||||
┃ ┃ ┃ ┗ 📜99_autoboot.rpx
|
||||
┃ ┃ ┗ 📜root.rpx
|
||||
┃ ┣ 📂payloads
|
||||
┃ ┃ ┣ 📂default
|
||||
┃ ┃ ┃ ┗ 📜payload.elf
|
||||
┃ ┃ ┣ 📂fw_img_loader
|
||||
┃ ┃ ┃ ┗ 📜payload.elf
|
||||
┃ ┃ ┗ 📂nanddumper
|
||||
┃ ┃ ┗ 📜payload.elf
|
||||
┃ ┣ 📂fw_img_loader
|
||||
┃ ┃ ┗ 📜payload.elf
|
||||
┃ ┗ 📂nanddumper
|
||||
┃ ┣ 📜payload.rpx
|
||||
┃ ┗ 📜payload.elf
|
||||
┣ 📜payload.rpx
|
||||
┗ 📜payload.elf
|
||||
┗ 📜versions.json
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue