mirror of
https://github.com/wiiu-env/WUMSLoader.git
synced 2025-01-26 06:55:29 +01:00
Maschell
6695815a6e
relocator: reduce number of warning in the logs by using our memory mapping test before the real one
relocator: reduce number of warning in the logs by using our memory mapping test before the real one
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
exit
in 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
Description
Languages
C++
92.9%
Makefile
3.7%
C
3.1%
Assembly
0.3%