sd-preparation.md: add a line but it doesnt suck this time

This commit is contained in:
Lazr 2023-11-14 15:29:07 -08:00 committed by GitHub
parent e39ad3c389
commit 397b6a7a2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,36 +40,36 @@ We will now place the required CFW files and some additional homebrew files on t
``` ```
💾sd: 💾sd:
┣ 📂wiiu ┣ 📂wiiu
┣ 📂apps ┃ ┣ 📂apps
┃ ┣ 📂homebrew_launcher ┃ ┃ ┣ 📂homebrew_launcher
┃ ┃ ┣ 📜homebrew_launcher.elf ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf
┃ ┃ ┣ 📜icon.png ┃ ┃ ┃ ┣ 📜icon.png
┃ ┃ ┗ 📜meta.xml ┃ ┃ ┃ ┗ 📜meta.xml
┃ ┣ 📜PayloadLoaderInstaller.wuhb ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb
┃ ┗ (All other apps should be here too) ┃ ┃ ┗ (All other apps should be here too)
┣ 📂environments ┃ ┣ 📂environments
┃ ┣ 📂installer ┃ ┃ ┣ 📂installer
┃ ┃ ┗ 📂modules ┃ ┃ ┃ ┗ 📂modules
┃ ┃ ┗ 📂setup ┃ ┃ ┃ ┗ 📂setup
┃ ┃ ┣ 📜00_mocha.rpx ┃ ┃ ┃ ┣ 📜00_mocha.rpx
┃ ┃ ┗ 📜90_launch_installer.rpx ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx
┃ ┗ 📂tiramisu ┃ ┃ ┗ 📂tiramisu
┃ ┣ 📂modules ┃ ┃ ┣ 📂modules
┃ ┃ ┗ 📂setup ┃ ┃ ┃ ┗ 📂setup
┃ ┃ ┣ 📜00_mocha.rpx ┃ ┃ ┃ ┣ 📜00_mocha.rpx
┃ ┃ ┣ 📜01_sigpatches.rpx ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx
┃ ┃ ┣ 📜50_hbl_installer.rpx ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx
┃ ┃ ┗ 📜99_autoboot.rpx ┃ ┃ ┃ ┗ 📜99_autoboot.rpx
┃ ┗ 📜root.rpx ┃ ┃ ┗ 📜root.rpx
┣ 📂payloads ┃ ┣ 📂payloads
┃ ┣ 📂default ┃ ┃ ┣ 📂default
┃ ┃ ┃ ┗ 📜payload.elf
┃ ┃ ┣ 📂fw_img_loader
┃ ┃ ┃ ┗ 📜payload.elf
┃ ┃ ┗ 📂nanddumper
┃ ┃ ┗ 📜payload.elf ┃ ┃ ┗ 📜payload.elf
┃ ┣ 📂fw_img_loader ┃ ┣ 📜payload.rpx
┃ ┃ ┗ 📜payload.elf
┃ ┗ 📂nanddumper
┃ ┗ 📜payload.elf ┃ ┗ 📜payload.elf
┣ 📜payload.rpx
┗ 📜payload.elf
┗ 📜versions.json ┗ 📜versions.json
``` ```