Let's try make a Wii U Toolchain / SDK for creating rpx/rpl.
Go to file
2017-03-23 12:17:47 +00:00
crt compile fix 2016-10-11 21:01:53 +02:00
docs Cheeky lil tool to track unimplemented functions. 2016-01-11 01:42:25 +00:00
include Add missing include to expandedheap.h 2017-03-23 12:17:47 +00:00
rpl - keep .lib.rplLibs section. this allows use of --gc-sections and reduce RPX size - added a few memory functions 2016-11-06 21:11:14 -08:00
rules - keep .lib.rplLibs section. this allows use of --gc-sections and reduce RPX size - added a few memory functions 2016-11-06 21:11:14 -08:00
samples Update cygwin makefile shenanigans. 2016-08-19 00:34:39 +01:00
tools Added ICInvalidateRange to coreinit and modified Makefiles 2016-11-06 09:48:30 +10:30
.gitignore Update .gitignore 2016-01-08 17:04:40 +00:00
.gitmodules Add command line options to readrpl. 2016-07-24 11:45:30 +01:00
LICENSE.md Create LICENSE.md 2015-12-27 02:16:34 +00:00
make-tools.bat Add elf2rpl src. 2016-01-04 13:17:43 +00:00
Makefile Add a simple make test command which runs implcheck on library exports.h 2016-10-11 22:27:39 +01:00
README.md Update README.md 2016-08-14 23:57:01 +01:00

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