From e2b5a610a13a031f1fe8eb813890046d459246b3 Mon Sep 17 00:00:00 2001 From: Maschell Date: Thu, 30 Mar 2017 20:20:31 +0200 Subject: [PATCH] Updated the Readme! --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e050e0f..2f6a647 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ # HID to VPAD -This is a little tool that let you use a hid device instead of the WiiU Gamepad.
-Currently its experimental and result in random crashes at exiting an application or attaching/detaching a device.
+This is a little tool that let you use a hid device on the WiiU.
It's based on the [controller_patcher](https://github.com/Maschell/controller_patcher) engine. ## Usage -Start the .elf with the homebrew launcher. The system menu will be loaded and you can use your device. You can attach and detach devices at any time, but maybe it will result in a random crash. +Start the .elf with the homebrew launcher. A GUI will open where you can assign your controller. You can attach and detach devices at any time. To change the mapping, open the Mii Maker. Place the config files into the following folder: ``` @@ -24,19 +23,16 @@ Default button mapping: - [Dualshock 3](https://github.com/Maschell/controller_patcher/wiki/5.b-Controller-%7C-Configurate-the-Dualshock-3-controller#default-button-mapping) - [Dualshock 4](https://github.com/Maschell/controller_patcher/wiki/5.c-Controller-%7C-Configurate-the-Dualshock-4-controller#default-button-mapping) +In combination with the Network Client, more controllers are supported. You can find more information [here](http://gbatemp.net/threads/hid-to-vpad-network-client.466150/). + # FAQ -### I'm getting this annoying screen at the beginning -Just press A to skip it. ### What about XBOX controller -The Xbox controller are no HID devices. Its not possible to use them with this method. +The Xbox controller are no HID devices. But it can be used in combination with the [Network Client](http://gbatemp.net/threads/hid-to-vpad-network-client.466150/)! ### Is my controller supported? Take a look at this [repo](https://github.com/Maschell/controller_patcher_configs) -### Can I really use my Mouse and Keyboard -Yes. Just plug in you mouse and keyboard. The mouse has 2 mode, switch between them with "F1" on the keyboard. - ### ??? Do you have an other question? First take a look at: - the [controller_patcher repo](https://github.com/Maschell/controller_patcher)