mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-05 18:35:08 +01:00
12 lines
427 B
Markdown
12 lines
427 B
Markdown
# Example plugin
|
|
|
|
This is just a simple example plugin which can be used as a template.
|
|
|
|
## Building
|
|
|
|
For building you need:
|
|
- [wups](https://github.com/Maschell/WiiUPluginSystem)
|
|
- [wut](https://github.com/decaf-emu/wut)
|
|
- [libutils](https://github.com/Maschell/libutils/tree/wut) for common functions (WUT version).
|
|
|
|
Install them (in this order) according to their README's. Don't forget the dependencies of the libs itself. |