mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-05 21:58:14 +01:00
Let's try make a Wii U Toolchain / SDK for creating rpx/rpl.
e46445c3ec
Previously every PHDR had align(0x1000) creating huge amounts of padding. Changing page size to 64 changes PHDR align to 0x40, reducing elf size. |
||
---|---|---|
crt | ||
include | ||
rpl | ||
rules | ||
samples/helloworld | ||
.gitignore | ||
LICENSE.md | ||
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
devkitPPC
Usage
Not very useful until I finish the elf2rpl tool. But these current scripts output an elf nice and ready for conversion!