Let's try make a Wii U Toolchain / SDK for creating rpx/rpl.
Go to file
2016-01-11 01:13:14 +00:00
crt Change crt0.S to call exit(int) instead of _Exit(void) 2016-01-05 15:25:22 -08:00
docs doxygen: Do not emit enum values in overview. 2016-01-11 00:59:50 +00:00
include Add FSError, FSVolumeState enum values. 2016-01-11 01:13:14 +00:00
rpl Add filesystem functions. 2016-01-11 01:04:58 +00:00
rules Add -lcoreinit to rpl.mk as it is required by crt0.S 2016-01-05 15:25:22 -08:00
samples/helloworld Update helloworld to say hello from every core. 2016-01-07 04:48:45 -08:00
tools Calculate crc of sections. 2016-01-05 15:45:05 -08: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 Update makefile for elf2rpl 2016-01-04 05:46:52 -08: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