mirror of
https://github.com/FIX94/libwiidrc.git
synced 2024-11-21 17:19:21 +01:00
Update README.md
This commit is contained in:
parent
e6d08b6992
commit
4e156201db
@ -1,5 +1,5 @@
|
||||
# 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 special 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.
|
||||
@ -9,4 +9,4 @@ 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.
|
||||
|
||||
# Patches
|
||||
When building a wii 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.
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user