mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-06 14:48:17 +01:00
Let's try make a Wii U Toolchain / SDK for creating rpx/rpl.
2e776838ff
So we don't have to extern C and pragma pack in every header file. |
||
---|---|---|
crt | ||
include | ||
rpl | ||
rules | ||
samples/helloworld | ||
tools | ||
.gitignore | ||
.gitmodules | ||
LICENSE.md | ||
make-tools.bat | ||
Makefile | ||
README.md |
wut
Let's try make a Wii U Toolchain / SDK for creating rpx/rpl.
Licensed under the terms of the GNU General Public License, version 2 or later (GPLv2+).
Requirements
- devkitPRO + devkitPPC
- Only tested on Linux so far
Usage
- git clone https://github.com/decaf-emu/wut.git
- cd wut
- export devkitPRO=...
- export devkitPPC=...
- export WUT_ROOT=$PWD
- make install
- cd samples/helloworld
- make