Update README.md

This commit is contained in:
FIX94 2017-10-28 22:44:04 +02:00 committed by GitHub
parent e6d08b6992
commit 4e156201db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.