From 7986600ffc3b9c9440bab33911169c1f92f9273f Mon Sep 17 00:00:00 2001 From: FIX94 Date: Mon, 25 Sep 2017 21:39:29 +0200 Subject: [PATCH] some readme updates --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31f8fe2..b9e1c07 100644 --- a/README.md +++ b/README.md @@ -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.