From 2a0a0f2e0d70add182a33f2175e57635cd247fd7 Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 26 Jun 2020 20:40:51 +0200 Subject: [PATCH] Update the README. The KernelModule is no longer a depedency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 485371c..eeb2351 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ DEVKITPPC=/opt/devkitpro/devkitPPC ``` Also make sure to install [wut](https://github.com/decaf-emu/wut), [WiiUPluginSystem](https://github.com/wiiu-env/WiiUPluginSystem) and the [WiiUModuleSystem](https://github.com/wiiu-env/WiiUModuleSystem). -It requires the [KernelModule](https://github.com/wiiu-env/KernelModule) to be running at the same time and it's linking aginst [libkernel](https://github.com/wiiu-env/libkernel). +It requires the [FunctionPatcherModule](https://github.com/wiiu-env/FunctionPatcherModule) to be running at the same time and it's linking aginst [libfunctionpatcher](https://github.com/wiiu-env/libfunctionpatcher). # Credits - Maschell