From cee0c8d32e248e3b521a4d728d9c20b721b0c95f Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 30 Jun 2018 13:32:31 +0200 Subject: [PATCH] Add information about the plugin system to the READMEs of the plugins --- memory_info/README.md | 8 ++++++++ nnu_patcher/README.md | 8 ++++++++ overlay_test/README.md | 8 ++++++++ padcon/README.md | 8 ++++++++ vpad_input_logger/README.md | 8 ++++++++ 5 files changed, 40 insertions(+) diff --git a/memory_info/README.md b/memory_info/README.md index f9824d0..9428f84 100644 --- a/memory_info/README.md +++ b/memory_info/README.md @@ -2,6 +2,14 @@ Prints information about the current memory usage when pressing L+R+X+Y+A+B via the UDPReader +# Wii U Plugin System +This is a plugin for the [Wii U Plugin System (WUPS)](https://github.com/Maschell/WiiUPluginSystem/). To be able to use this plugin you have to place the resulting `.mod` file into the following folder: + +``` +sd:/wiiu/plugins +``` +When the file is placed on the SDCard you can load it with [Wii U Plugin System (WUPS)](plugin loader). + ## Building For building you need: diff --git a/nnu_patcher/README.md b/nnu_patcher/README.md index 394beab..6c5bd44 100644 --- a/nnu_patcher/README.md +++ b/nnu_patcher/README.md @@ -2,6 +2,14 @@ Allows the usage of the EShop on lower firmwares. +# Wii U Plugin System +This is a plugin for the [Wii U Plugin System (WUPS)](https://github.com/Maschell/WiiUPluginSystem/). To be able to use this plugin you have to place the resulting `.mod` file into the following folder: + +``` +sd:/wiiu/plugins +``` +When the file is placed on the SDCard you can load it with [Wii U Plugin System (WUPS)](plugin loader). + ## Building For building you need: diff --git a/overlay_test/README.md b/overlay_test/README.md index 71cdd37..b9312c0 100644 --- a/overlay_test/README.md +++ b/overlay_test/README.md @@ -3,6 +3,14 @@ The overlay test is small demo to show the overlay feature of the Wii U Plugin System. Press A,B,X and Y while gameplay and a text should appear. In the future the menu could hold configuration for currently running plugins. +# Wii U Plugin System +This is a plugin for the [Wii U Plugin System (WUPS)](https://github.com/Maschell/WiiUPluginSystem/). To be able to use this plugin you have to place the resulting `.mod` file into the following folder: + +``` +sd:/wiiu/plugins +``` +When the file is placed on the SDCard you can load it with [Wii U Plugin System (WUPS)](plugin loader). + ## Building For building you need: diff --git a/padcon/README.md b/padcon/README.md index 0e23468..9142239 100644 --- a/padcon/README.md +++ b/padcon/README.md @@ -1,5 +1,13 @@ # Padcon Plugin for the Wii U Plugin System +# Wii U Plugin System +This is a plugin for the [Wii U Plugin System (WUPS)](https://github.com/Maschell/WiiUPluginSystem/). To be able to use this plugin you have to place the resulting `.mod` file into the following folder: + +``` +sd:/wiiu/plugins +``` +When the file is placed on the SDCard you can load it with [Wii U Plugin System (WUPS)](plugin loader). + ## Building For building you need: diff --git a/vpad_input_logger/README.md b/vpad_input_logger/README.md index 17fac12..10720f5 100644 --- a/vpad_input_logger/README.md +++ b/vpad_input_logger/README.md @@ -1,5 +1,13 @@ # VPAD Input viewer +# Wii U Plugin System +This is a plugin for the [Wii U Plugin System (WUPS)](https://github.com/Maschell/WiiUPluginSystem/). To be able to use this plugin you have to place the resulting `.mod` file into the following folder: + +``` +sd:/wiiu/plugins +``` +When the file is placed on the SDCard you can load it with [Wii U Plugin System (WUPS)](plugin loader). + ## Building For building you need: