mirror of
https://github.com/wiiu-env/librpxloader.git
synced 2024-11-13 06:05:04 +01:00
.github/workflows | ||
include | ||
source | ||
.gitignore | ||
Dockerfile | ||
Makefile | ||
README.md |
Requires the RPXLoadingModule to be running via SetupPayload.
Requires wut for building.
Install via make install
.
Usage
When linking, make sure to add the librpxloader.ld file to the LDFLAGS.
Example:
LDFLAGS = -g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map) -T$(WUMS_ROOT)/share/librpxloader.ld