Add information about the plugin system to the READMEs of the plugins

This commit is contained in:
Maschell 2018-06-30 13:32:31 +02:00
parent 21a799b8c3
commit cee0c8d32e
5 changed files with 40 additions and 0 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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: