mirror of
https://github.com/devkitPro/wut.git
synced 2026-09-27 12:27:31 -05:00
37330b50468a5afd5b250c70c85678f19bbf1d91
- added some gx2 logical ORed enums as typdef enum does not allow OR operations without a cast in C++ - added AXQuit in sndcore2 - added OSGetTitleID in coreinit - removed not existing functions from nsysnet and added inet_ntoa
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+).
Doxygen output can be found at https://decaf-emu.github.io/wut
Requirements
- devkitPRO + devkitPPC
- Tested on Linux, OS X and cygwin on Windows
Usage
- git clone --recursive https://github.com/decaf-emu/wut.git
- cd wut
- export devkitPRO=...
- export devkitPPC=...
- export WUT_ROOT=$PWD
- make install
- cd samples/helloworld
- make
Description
Languages
C
69.9%
C++
29.5%
Makefile
0.4%
CMake
0.1%
Assembly
0.1%