Skip to content

Commit

Permalink
Merge branch 'hacks-guide:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
mirrormirrorontheweb authored Nov 15, 2023
2 parents 8802c65 + 397b6a7 commit 2966c11
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions docs/user-guide/tiramisu/sd-preparation.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,37 +39,37 @@ 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
┃ ┃ ┗ 📜payload.elf
┃ ┣ 📂fw_img_loader
┃ ┃ ┗ 📜payload.elf
┃ ┗ 📂nanddumper
┃ ┗ 📜payload.elf
┣ 📜payload.rpx
┗ 📜payload.elf
📂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
┃ ┃ ┗ 📜payload.elf
┃ ┣ 📂fw_img_loader
┃ ┃ ┗ 📜payload.elf
┃ ┗ 📂nanddumper
┃ ┗ 📜payload.elf
┣ 📜payload.rpx
┗ 📜payload.elf
┗ 📜versions.json
```

Expand Down

0 comments on commit 2966c11

Please sign in to comment.