mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-05 02:15:09 +01:00
.. | ||
src | ||
Makefile | ||
README.md |
HIDtoVPAD Plugin for the Wii U Plugin System
See https://github.com/Maschell/hid_to_vpad for more information.
Currently supported
- Support for Controller with built in support.
- Network Client support
- All attached devices are mapped automatically to the Gamepad
- Loading configuration files (to extend controller support or change configs)
Whats NOT working:
- Mapping the controllers individually (No GUI for this)
Building
For building you need:
- wups
- dynamic_libs for access to the functions.
- libutils for common functions.
- controller_patcher to emulate the controllers.
Install them (in this order) according to their README's. Don't forget the dependencies of the libs itself.