The Legend of Zelda: Twilight Princess
About
The Legend of Zelda: Twilight Princess is a 2006 action-adventure game developed and published by Nintendo, released for both the GameCube and Wii after its original GameCube-exclusive release was delayed to add content and support the Wii. This is a decompilation of Twilight Princess; the code for the GameCube releases is now fully matching, though not every translation unit has been linked yet, while work continues on aligning the Debug build and the Wii versions, all compiled from one shared codebase via conditional compilation. It contains no game assets or assembly and is not intended to become a port — it reproduces a binary identical to the original from your own disc image.
Getting started
Building it means extracting your own GameCube or Wii disc image's data (via the Dolphin emulator) into the project, then running the configure script and building with ninja; the result is a binary identical to the original game, playable in Dolphin or on original hardware.
Known limitations
- completeness: Code for GameCube releases is completely matching, but not every Translation Unit has been linked yet; work continuing on Wii versions.