From 89c25abbb271e9ed404e36b09dfff9af7dd9c72b Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 11 Feb 2022 19:56:35 +0100 Subject: [PATCH] Update the README, SetupPayload is now WUMSLoader --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2e13aa..3cc4aa4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # libfunctionpatcher -Requires the [FunctionPatcherModule](https://github.com/wiiu-env/FunctionPatcherModule) to be running via [SetupPayload](https://github.com/wiiu-env/SetupPayload). +Requires the [FunctionPatcherModule](https://github.com/wiiu-env/FunctionPatcherModule) to be running via [WUMSLoader](https://github.com/wiiu-env/WUMSLoader). Requires [wut](https://github.com/decaf-emu/wut) for building. Install via `make install`.