wiiu gamepad input in wii homebrew with patched wii vc firmware
Go to file
2017-09-17 02:16:56 +02:00
demo first commit 2017-09-14 00:11:40 +02:00
include/wiidrc -added function to get raw i2c address 2017-09-17 02:16:56 +02:00
source -added function to get raw i2c address 2017-09-17 02:16:56 +02:00
LICENSE Initial commit 2017-09-13 23:59:27 +02:00
Makefile first commit 2017-09-14 00:11:40 +02:00
README.md first commit 2017-09-14 00:11:40 +02:00

libwiidrc

This is only usable with a sepcial patched fw.img injected into a wii vc title, details on all the requirements may follow at some point.
The usage is quite simple, call WiiDRC_Init on boot and after that call WiiDRC_ScanPads every time you update your pad inputs.
See the "demo" folder for an example on how to use it in a bit more detail.
Both compiled Library and Demo can be grabbed from the Releases tab.