libwiidrc/README.md

13 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2017-09-13 23:59:27 +02:00
# libwiidrc
2017-10-28 22:44:04 +02:00
This is only usable with a special patched fw.img and homebrew injected into a WiiU VC title, details on the patches are below.
2017-09-25 21:39:29 +02:00
Most WiiU VC injector tools already contain the patches required for this, the patches below are only needed if you do it manually.
2017-09-14 00:11:40 +02:00
The usage is quite simple, call WiiDRC_Init on boot and after that call WiiDRC_ScanPads every time you update your pad inputs.
2017-09-25 21:39:29 +02:00
To check if the gamepad is ready to use, call WiiDRC_Inited and WiiDRC_Connected, if both are true its good to go.
2017-09-29 19:50:25 +02:00
The analog stick range goes from about -75 to 75 so make sure to scale it to whatever you need.
The battery status goes from 6 (full) down to 1 (critical), 0 meaning that it is currently charging.
2017-09-14 00:11:40 +02:00
See the "demo" folder for an example on how to use it in a bit more detail.
2017-09-14 00:33:40 +02:00
Both compiled Library and Demo can be grabbed from the Releases tab.
# Patches
2017-10-28 22:44:04 +02:00
When building a WiiU VC file to install, use my nfs2iso2nfs fork with the "-homebrew -passthrough" command line options to patch the fw.img with all the required libwiidrc patches.