From 0790290bca92afeff7bc48785d549420fecd91c7 Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 13 Jul 2018 19:18:05 +0200 Subject: [PATCH] Fix the dependency list in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9ae42e..b2c52fb 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ When the file is placed on the SDCard you can load it with [plugin loader](https For building you need: - [wups](https://github.com/Maschell/WiiUPluginSystem) -- [dynamic_libs](https://github.com/Maschell/dynamic_libs/tree/lib) for access to the functions. -- [libutils](https://github.com/Maschell/libutils) for common functions. +- [wut](https://github.com/decaf-emu/wut) +- [libutilswut](https://github.com/Maschell/libutils/tree/wut) (WUT version) for common functions. Install them (in this order) according to their README's. Don't forget the dependencies of the libs itself.