mirror of
https://github.com/wiiu-env/WUMSLoader.git
synced 2026-09-05 01:54:31 -05:00
3b94c82ed2e7c852eb461ddb52f1ff1926844b7c
Setup payload
This is a payload that should be run with CustomRPXLoader.
Usage
Put the payload.rpx in the sd:/wiiu/ folder of your sd card and use the CustomRPXLoader to run this setup payload.
Put modules (in form of .wms files) that should be used a main()-hook into sd:/wiiu/modules/ and one time modules into sd:/wiiu/modules/setup.
- Make sure not to call
exitin the modules (by using the WiiUModuleSystem) - The one time setups will be run in the order of their ordered filenames.
The area between 0x00800000 and whereever this setup is loaded, will be used.
Building
Make you to have wut and WiiUModuleSystem installed and use the following command for build:
make install
Credits
Languages
C++
93.1%
C
3.4%
Makefile
3.2%
Assembly
0.3%