mirror of
https://github.com/wiiu-env/homebrew_on_menu_plugin.git
synced 2025-02-16 18:19:18 +01:00
18 lines
737 B
Markdown
18 lines
737 B
Markdown
![]() |
# 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 [plugin loader](https://github.com/Maschell/WiiUPluginSystem/).
|
||
|
|
||
|
## Building
|
||
|
|
||
|
For building you need:
|
||
|
- [wups](https://github.com/Maschell/WiiUPluginSystem)
|
||
|
- [wut](https://github.com/decaf-emu/wut)
|
||
|
- [libutilswut](https://github.com/Maschell/libutils/tree/wut) (WUT version) for common functions.
|
||
|
|
||
|
Install them (in this order) according to their README's. Don't forget the dependencies of the libs itself.
|