Little tool to use a HID-Device as WiiU GamePad
Go to file
2018-05-26 16:20:22 +02:00
data Added Settings menu. 2017-05-07 18:44:34 +02:00
languages [Languages] Minor formatting 2018-05-26 14:32:04 +02:00
meta Fixed compiling with the newest controller_patcher lib 2018-04-11 15:58:30 +02:00
src Version bump to v0.9k 2018-02-16 19:27:27 +01:00
.gitattributes 👾 Added .gitattributes & .gitignore files 2016-04-25 20:37:41 +02:00
.gitignore Move stuff into seperate static libraries. 2017-10-29 12:16:33 +01:00
.gitmodules Move stuff into seperate static libraries. 2017-10-29 12:16:33 +01:00
.travis.yml [Travis] Only reinstall packages if updated. 2018-05-26 16:20:22 +02:00
filelist.sh Move stuff into seperate static libraries. 2017-10-29 12:16:33 +01:00
ftpupload.sh Ignoring the languages file while uploading the nigtly to the appstore 2017-05-13 15:35:30 +02:00
gitrev.sh Changed the app name for the nightly builds 2017-04-28 21:12:43 +02:00
hidtopad.cbp Removed LIBOGC stuff from the makefile 2018-02-16 17:43:29 +01:00
LICENSE First commit 2016-04-25 22:21:28 +02:00
Makefile [Travis] Now using pacman to get devkitPPC 2018-05-26 14:29:38 +02:00
README.md Move stuff into seperate static libraries. 2017-10-29 12:16:33 +01:00
updatelang.sh - Now using the new dynamic_lib 2017-10-10 21:05: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 serval libs:

Install them (in this order) according to their README's. Don't forget the dependencies of the libs itself.

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