update formatting
This commit is contained in:
parent
20a60d2c48
commit
acb478ae9c
27
README.md
27
README.md
|
@ -20,16 +20,13 @@ bash ./create-sd-media-launcher-macos.sh
|
|||
# Homebrew Cheatsheet
|
||||
Downloads:
|
||||
|
||||
* **Swiss** v0.4 (r714) | [Homepage](https://github.com/emukidid/swiss-gc)
|
||||
* Download [zip](https://github.com/solderjs/swiss-gc/releases/download/v0.5r927/swiss_r927.zip) | [tar.xz](https://github.com/emukidid/swiss-gc/releases/download/v0.5r927/swiss_r927.tar.xz) | [7z](https://github.com/emukidid/swiss-gc/releases/download/v0.5r927/swiss_r927.7z)
|
||||
* **GBI** / Game Boy Interface | [Homepage](https://www.gc-forever.com/wiki/index.php?title=Game_Boy_Interface)
|
||||
* Download [zip](https://files.extremscorner.org/gamecube/apps/gbi/latest)
|
||||
* **GCMM** / GameCube Memory Manager (1.4f) | [Homepage](https://github.com/suloku/gcmm)
|
||||
* [Download zip](https://github.com/suloku/gcmm/releases/download/1.4f/gcmm_1.4f.zip)
|
||||
* **WWHack** / Wind Waker Gamesave Hack (v1.1.1) | [Homepage](https://github.com/FIX94/ww-hack-gc)
|
||||
* [Download zip](https://github.com/FIX94/ww-hack-gc/releases/download/v1.1.1/WWHack-GC-v1.1.1.zip)
|
||||
* Other Gamesave Hacks
|
||||
* [GC Forever Wiki: Booting Homebrew](https://www.gc-forever.com/wiki/index.php?title=Booting_Homebrew)
|
||||
| Homebrew | Homepage | zip | tar | 7z |
|
||||
| :-------------------- | :----------------------------------------------- | :-- | --- | ---- |
|
||||
| **Swiss** v0.4 (r714) | [Homepage](https://github.com/emukidid/swiss-gc) | [zip](https://github.com/solderjs/swiss-gc/releases/download/v0.5r927/swiss_r927.zip) | [tar.xz](https://github.com/emukidid/swiss-gc/releases/download/v0.5r927/swiss_r927.tar.xz) | [7z](https://github.com/emukidid/swiss-gc/releases/download/v0.5r927/swiss_r927.7z) |
|
||||
| **GBI** / Game Boy Interface | [Homepage](https://www.gc-forever.com/wiki/index.php?title=Game_Boy_Interface) | [zip](https://files.extremscorner.org/gamecube/apps/gbi/latest) | - | - |
|
||||
| **GCMM** / GameCube Memory Manager (1.4f) | [Homepage](https://github.com/suloku/gcmm) | [zip](https://github.com/suloku/gcmm/releases/download/1.4f/gcmm_1.4f.zip) | - | - |
|
||||
| **WWHack** / Wind Waker Gamesave Hack (v1.1.1) | [Homepage](https://github.com/FIX94/ww-hack-gc) | [zip](https://github.com/FIX94/ww-hack-gc/releases/download/v1.1.1/WWHack-GC-v1.1.1.zip) | - | - |
|
||||
| Other Gamesave Hacks | [GC Forever Wiki: Booting Homebrew](https://www.gc-forever.com/wiki/index.php?title=Booting_Homebrew) | - | - | - |
|
||||
|
||||
Convert 7z / rar to zip:
|
||||
|
||||
|
@ -37,7 +34,9 @@ Convert 7z / rar to zip:
|
|||
|
||||
Special Files:
|
||||
|
||||
* `autoexec.dol` - run by Datel SD Media Launcher Action Replay on disc load
|
||||
* `boot.dol` - run by Swiss on load
|
||||
* `xxxx.cli` - text file with list of arguments Swiss should use when loading `xxxx.dol`
|
||||
* `boot.gci` - whatever WWHack should boot
|
||||
| name | desc |
|
||||
| -------------: | :--- |
|
||||
| `autoexec.dol` | run by Datel SD Media Launcher Action Replay on disc load |
|
||||
| `boot.dol` | run by Swiss on load |
|
||||
| `xxxx.cli` | text file with list of arguments Swiss should use when loading `xxxx.dol` |
|
||||
| `boot.gci` | whatever WWHack should boot |
|
Loading…
Reference in New Issue