mirror of
https://github.com/FIX94/libwiidrc.git
synced 2024-11-22 09:39:20 +01:00
some readme updates
This commit is contained in:
parent
8e4a585b8c
commit
7986600ffc
@ -1,6 +1,9 @@
|
||||
# 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.
|
||||
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.
|
||||
Both compiled Library and Demo can be grabbed from the Releases tab.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user