From f6d64432b66c87d2857a7ff30f61934f007cc27b Mon Sep 17 00:00:00 2001 From: Andrew <117602754+Andrew1Hawes@users.noreply.github.com> Date: Mon, 5 Jun 2023 02:09:37 +0100 Subject: [PATCH] Add libsdutils and SDHotSwapModule to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 28c1076..e650c70 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Provides some simple patches for Wii U Menu and checks for Aroma updates. 3. Requires the [CURLWrapperModule](https://github.com/wiiu-env/CURLWrapperModule) in `sd:/wiiu/environments/[ENVIRONMENT]/modules`. 4. Requires the [NotificationModule](https://github.com/wiiu-env/NotificationModule) in `sd:/wiiu/environments/[ENVIRONMENT]/modules`. 5. Requires the [RPXLoadingModule](https://github.com/wiiu-env/RPXLoadingModule) in `sd:/wiiu/environments/[ENVIRONMENT]/modules`. +6. Requires the [SDHotSwapModule](https://github.com/wiiu-env/SDHotSwapModule) in `sd:/wiiu/environments/[ENVIRONMENT]/modules`. ## Usage @@ -34,6 +35,7 @@ For building you need: - [libnotifications](https://github.com/wiiu-env/libnotifications) - [librpxloader](https://github.com/wiiu-env/librpxloader) - [libcurlwrapper](https://github.com/wiiu-env/libcurlwrapper) +- [libsdutils](https://github.com/wiiu-env/libsdutils) ## Building using the Dockerfile