some readme updates

This commit is contained in:
FIX94 2017-09-25 21:39:29 +02:00
parent 8e4a585b8c
commit 7986600ffc
No known key found for this signature in database
GPG Key ID: CE39016A19D8EADA

View File

@ -1,6 +1,9 @@
# libwiidrc # libwiidrc
This is only usable with a sepcial patched fw.img and homebrew injected into a wiiu vc title, details on the patches are below. This is only usable with a sepcial patched fw.img and homebrew injected into a WiiU VC title, details on the patches are below.
Most WiiU VC injector tools already contain the patches required for this, the patches below are only needed if you do it manually.
The usage is quite simple, call WiiDRC_Init on boot and after that call WiiDRC_ScanPads every time you update your pad inputs. The usage is quite simple, call WiiDRC_Init on boot and after that call WiiDRC_ScanPads every time you update your pad inputs.
To check if the gamepad is ready to use, call WiiDRC_Inited and WiiDRC_Connected, if both are true its good to go.
The analog stick range goes from about -80 to 80 so make sure to scale it to whatever you need.
See the "demo" folder for an example on how to use it in a bit more detail. 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. Both compiled Library and Demo can be grabbed from the Releases tab.