diff --git a/cogs/assistance-cmds/sdlayout.wii.md b/cogs/assistance-cmds/sdlayout.wii.md new file mode 100644 index 00000000..f879549d --- /dev/null +++ b/cogs/assistance-cmds/sdlayout.wii.md @@ -0,0 +1,18 @@ +--- +title: Wii SD card layout +help-desc: A quick overview on the SD card layout for Wii homebrew apps +--- + +The file structure of your SD card should look like this: +``` +💾 SD or USB HDD: +┣ 📂 apps +┃ ┣ 📂 AppName1 +┃ ┃ ┣ 📄 boot.dol / boot.elf +┃ ┃ ┣ 📄 icon.png +┃ ┃ ┗ 📄 meta.xml +┃ ┣ 📂 AppName2 +┃ ┃ ┣ 📄 boot.dol / boot.elf +┃ ┃ ┣ 📄 icon.png +┃ ┃ ┗ 📄 meta.xml +```