mirror of
https://github.com/Maschell/WUPSPluginPlayground.git
synced 2024-11-24 12:59:14 +01:00
Add information about the plugin system to the READMEs of the plugins
This commit is contained in:
parent
21a799b8c3
commit
cee0c8d32e
@ -2,6 +2,14 @@
|
|||||||
|
|
||||||
Prints information about the current memory usage when pressing L+R+X+Y+A+B via the UDPReader
|
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
|
## Building
|
||||||
|
|
||||||
For building you need:
|
For building you need:
|
||||||
|
@ -2,6 +2,14 @@
|
|||||||
|
|
||||||
Allows the usage of the EShop on lower firmwares.
|
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
|
## Building
|
||||||
|
|
||||||
For building you need:
|
For building you need:
|
||||||
|
@ -3,6 +3,14 @@
|
|||||||
The overlay test is small demo to show the overlay feature of the Wii U Plugin System.
|
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.
|
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
|
## Building
|
||||||
|
|
||||||
For building you need:
|
For building you need:
|
||||||
|
@ -1,5 +1,13 @@
|
|||||||
# Padcon Plugin for the Wii U Plugin System
|
# 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
|
## Building
|
||||||
|
|
||||||
For building you need:
|
For building you need:
|
||||||
|
@ -1,5 +1,13 @@
|
|||||||
# VPAD Input viewer
|
# 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
|
## Building
|
||||||
|
|
||||||
For building you need:
|
For building you need:
|
||||||
|
Loading…
Reference in New Issue
Block a user