shared files for hid support
Go to file
Maschell 5a3aa0d0aa Now the lib tries to mount the SD Card on each start until it actually works.
This should fix the config reading problems some people have.
Also fixing some compiler warnings
2017-04-06 12:49:50 +02:00
config Fixed config for the keyboard 2017-04-01 17:35:50 +02:00
network Now the lib tries to mount the SD Card on each start until it actually works. 2017-04-06 12:49:50 +02:00
patcher Fixed using mutliple controller with the same vid/pid 2017-04-02 19:05:31 +02:00
utils Updated the controller patcher engine for the new HID to VPAD update. 2017-03-30 17:53:36 +02:00
.gitattributes 💥🐫 Added .gitattributes & .gitignore files 2016-04-25 20:21:54 +02:00
.gitignore 💥🐫 Added .gitattributes & .gitignore files 2016-04-25 20:21:54 +02:00
ConfigReader.cpp Now the lib tries to mount the SD Card on each start until it actually works. 2017-04-06 12:49:50 +02:00
ConfigReader.hpp Now the lib tries to mount the SD Card on each start until it actually works. 2017-04-06 12:49:50 +02:00
ControllerPatcher.cpp Now the lib tries to mount the SD Card on each start until it actually works. 2017-04-06 12:49:50 +02:00
ControllerPatcher.hpp Updated the controller patcher engine for the new HID to VPAD update. 2017-03-30 17:53:36 +02:00
README.md Updated the controller patcher engine for the new HID to VPAD update. 2017-03-30 17:53:36 +02:00

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