2018-06-26 12:14:48 +02:00
# Overlay test
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.
2018-06-30 13:32:31 +02:00
# 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
```
2018-06-30 13:46:55 +02:00
When the file is placed on the SDCard you can load it with [plugin loader ](https://github.com/Maschell/WiiUPluginSystem/ ).
2018-06-30 13:32:31 +02:00
2018-06-26 12:14:48 +02:00
## Building
For building you need:
- [wups ](https://github.com/Maschell/WiiUPluginSystem )
- [wut ](https://github.com/decaf-emu/wut )
Install them (in this order) according to their README's. Don't forget the dependencies of the libs itself.