A space shooter demo using the Wii U's MultiDRC mode.
The Wii U has an unused feature allowing two GamePads to be connected to a single console.
Nintendo announced this back at the E3 2012 before the Wii U was released.
While this feature was never released it is still in the system files and can be used by homebrew applications.
This project acts as a small demo and example for using that MultiDRC mode.
To build this application you need devkitPPC and the dependencies below.
Get started with installing the toolchain here.
Then run make
.
- wut
Note that the wut releases are currently missing PR #263, #264, #265, #266 which are required to build this project. - ppc-glm
- ppc-libpng
- ppc-freetype
To install the dependencies run (dkp-)pacman -S wut ppc-glm ppc-libpng ppc-freetype