Go to file
2020-12-28 14:45:37 +01:00
.github/workflows Add Github action workflows for CI 2020-08-12 19:58:42 +02:00
source Add FunctionPatcherRestoreDynamicFunctions 2020-12-28 14:45:28 +01:00
.gitignore initial commit 2020-06-06 22:15:47 +02:00
Dockerfile [Docker] Use latest devkitPPC and lib versions 2020-08-12 19:58:20 +02:00
Makefile O0 -> O2 2020-12-28 14:45:37 +01:00
README.md Add a Dockerfile 2020-06-27 10:43:58 +02:00

Run via SetupPayload. Requires wut, wums, libkernel and libfunctionpatcher for building.

Building using the Dockerfile

It's possible to use a docker image for building. This way you don't need anything installed on your host system.

# Build docker image (only needed once)
docker build . -t functionpatchermodule-builder

# make 
docker run -it --rm -v ${PWD}:/project functionpatchermodule-builder make

# make clean
docker run -it --rm -v ${PWD}:/project functionpatchermodule-builder make clean