mirror of
https://github.com/Maschell/controller_patcher.git
synced 2024-11-21 19:49:16 +01:00
shared files for hid support
409871f29d
- Now the app using the controller_patcher_lib is responseable for mounting the device. This give the application the freedom to load it from any place. (Which implements devoptabs) |
||
---|---|---|
config | ||
network | ||
patcher | ||
utils | ||
.gitattributes | ||
.gitignore | ||
ConfigReader.cpp | ||
ConfigReader.hpp | ||
ControllerPatcher.cpp | ||
ControllerPatcher.hpp | ||
README.md |
What is in this controller_patcher repository
These files are the magic behind tools like HID to VPAD and can used to use your USB HID Device on your WiiU console.
How to create config files
Detailed information about creating config files and adding support for more controller can be found in the wiki
Where can I find config files
Configfiles for all controllers are collection in this repository
Dependencies for including it in other applications
This controller_patcher is build to be used in serveral projects. It don't uses some ultra fancy external libraries.
To be able to use in other projects, you will need some external data though.
- At first, you need a copy of the dynamic_libs in your src/dynamic_libs folder.
- To able to log something, you need the right logger functions.
Example implementation
How to "install" it
TODO!
Credits:
- Maschell
- FIX94 - huge thanks to him and his initally created gc-to-vpad. Was a motivation and base to start all this