Little tool to use a HID-Device as WiiU GamePad
Go to file
2017-04-14 16:50:00 +02:00
data Intial languages support and clean up 2017-04-14 13:10:57 +02:00
languages Fixed file enconding of the german lang file and small typos 2017-04-14 13:22:09 +02:00
meta Updated the meta.xml to use the catogry and url tag (for the appstore) 2017-04-10 21:00:40 +02:00
other Fixed folder structure in the portlibs.7z 2017-04-10 11:20:19 +02:00
src Attempted to make the GC-Rumble work more reliable 2017-04-14 16:50:00 +02:00
.gitattributes 👾 Added .gitattributes & .gitignore files 2016-04-25 20:37:41 +02:00
.gitignore Added a travis script for creating nightly 2017-04-01 23:40:59 +02:00
.gitmodules First commit 2016-04-25 22:21:28 +02:00
.travis.yml Now using devkitpro r29, fixed bug with configs, improved logging and changed datatypes 2017-04-10 11:07:50 +02:00
filelist.sh Release of HID to VPAD 0.9f 2017-03-30 20:11:37 +02:00
gitrev.sh Updated the meta.xml to use the catogry and url tag (for the appstore) 2017-04-10 21:00:40 +02:00
hidtopad.cbp Release of HID to VPAD 0.9f 2017-03-30 20:11:37 +02:00
LICENSE First commit 2016-04-25 22:21:28 +02:00
Makefile Intial languages support and clean up 2017-04-14 13:10:57 +02:00
README.md - Fixed the configuration of the keyboard 2017-04-01 23:52:58 +02:00
updatelang.sh Intial languages support and clean up 2017-04-14 13:10:57 +02:00

Current Stable Release | Nightly builds | Issue Tracker | Support Thread

HID to VPAD Build Status

This is a little tool that let you use a hid device on the WiiU.
It's based on the controller_patcher engine.

Usage

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:

sd:/wiiu/controller

Supported devices

The official GC Adapter, PS3/PS4 Pad, Mouse, Keyboard have built in support. Other devices can be added when a valid config file in provided.
Check out the controller_patcher repository for more details.

You can find deep information for creating own config files, the default mapping, in the controller patcher wiki

Default button mapping:

In combination with the Network Client, more controllers are supported. You can find more information here.

FAQ

What about XBOX controller

The Xbox controller are no HID devices. But it can be used in combination with the Network Client!

Is my controller supported?

Take a look at this repo

???

Do you have an other question? First take a look at:

If you don't find an anwser, please open an issue.

Building

In order to build this application, you need the custom liboGC and portlibs modified/created by dimok. You can find them on the loadiine_gx2 repo (https://github.com/dimok789/loadiine_gx2/releases/tag/v0.2). Simply put the files in your devkit folder and run the Makefile of HID to VPAD.

Credits

  • A big thanks goes out to dimok for creating the HBL, the dynamic libs and every stuff he made. The "environment" of this app is copied from ddd, turned out to be a "hello world" with useful extra stuff.
  • Also huge thanks to FIX94 who initally created his gc-to-vpad. Helped me a lot! Thanks!
  • And of course big thanks to everyone who has helped me testing! (dimok, dibas, EclipseSin,FunThomas,n1ghty etc.)