Let's try make a Wii U Toolchain / SDK for creating rpx/rpl.
Go to file
2016-06-08 01:11:23 +01:00
crt Change crt0.S to call exit(int) instead of _Exit(void) 2016-01-05 15:25:22 -08:00
docs Cheeky lil tool to track unimplemented functions. 2016-01-11 01:42:25 +00:00
include Add missing include to sampler.h in gx2/shaders.h 2016-06-08 00:59:48 +01:00
rpl Add dependency on exports.h in library Makefile. 2016-06-08 00:59:51 +01:00
rules Cleanup rpl.ld sections 2016-06-08 00:59:55 +01:00
samples/helloworld Cleanup sample/helloworld Makefile. 2016-06-08 00:59:58 +01:00
tools Fix elf2rpl incorrect section type output for bss. 2016-06-08 01:11:23 +01:00
.gitignore Update .gitignore 2016-01-08 17:04:40 +00:00
.gitmodules Add readrpl tool. 2016-01-04 17:10:32 +00: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 Fix Windows builds with cygwin. 2016-06-03 00:04:22 +01:00
README.md Update README.md 2016-01-07 16:17:42 +00: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
  • Only tested on Linux so far

Usage