This is a template for creating WUT based homebrew for the Wii U
You need to have the following programs/libraries (and their dependencies) in order to build this:
devkitPPCWUTelf2rpl(part ofwut-tools)wiiu-pkg-configninjameson
Configure using meson:
# you can change "build" to any directory name of your choosing
meson setup build --cross-file crossfile.iniand compile with ninja or meson compile:
cd build
# you can do this
ninja
# or you can do this
meson compileA WUHB file called "yt-altclient.wuhb" will be compiled, which you can:
- Run it with Cemu: (You need to have Cemu on your PATH)
ninja cemu
# or enabling the Cemu GDB stub
ninja cemugdb- or, send it to your Wii U via Wiiload: (You need to add the WIILOAD environment variable to your environment)
export WIILOAD=tcp:192.168...
ninja wiiload