RetroArch/input
netux79 bca4ccb155 (GX) Refactor of the Wii USB HID support. Now it's working!
In order to have a controller working you need:
1) Have a matching HID autoconfig file in autoconfig/hid for your controller.
2) Create a "connect" driver for the pad in "input/connect" folder (source code of RA).
3) Once you are in RA, change the joystick driver to HID and restart.
4) You may be now able to use you USB HID compatible pad in RA.

I included some "connect" drivers as an example. It also need to include them for compilation.
2016-02-04 17:01:03 -05:00
..
autoconf Update input headers 2016-01-10 04:33:01 +01:00
common Update input headers 2016-01-10 04:33:01 +01:00
connect (GX) Refactor of the Wii USB HID support. Now it's working! 2016-02-04 17:01:03 -05:00
drivers Rename event_command to event_cmd_ctl - add second parameter 2016-01-22 15:34:43 +01:00
drivers_hid (GX) Refactor of the Wii USB HID support. Now it's working! 2016-02-04 17:01:03 -05:00
drivers_joypad Rename event_command to event_cmd_ctl - add second parameter 2016-01-22 15:34:43 +01:00
drivers_keyboard Fixed a typo in Android version comment 2016-01-12 21:52:54 +01:00
include/GameController (mfi_joypad.m) Use local headers 2015-11-17 08:29:21 +01:00
input_autodetect.c Update input_autodetect.c 2016-01-20 13:28:13 +01:00
input_autodetect.h Update input headers 2016-01-10 04:33:01 +01:00
input_config.c Create string_is_equal_noncase - try not to use strcasecmp so much 2016-01-20 17:34:19 +01:00
input_config.h Update input headers 2016-01-10 04:33:01 +01:00
input_driver.c (iOS 9) Fix iOS 9 build 2016-02-04 20:17:26 +01:00
input_driver.h Update input headers 2016-01-10 04:33:01 +01:00
input_hid_driver.c Update input headers 2016-01-10 04:33:01 +01:00
input_hid_driver.h Update input headers 2016-01-10 04:33:01 +01:00
input_joypad_driver.c stdstring - create string_is_equal 2016-01-20 04:07:24 +01:00
input_joypad_driver.h Update input headers 2016-01-10 04:33:01 +01:00
input_keyboard.c Update input headers 2016-01-10 04:33:01 +01:00
input_keyboard.h Update input headers 2016-01-10 04:33:01 +01:00
input_keymaps.c Fixed two bugs in Android keyboard functionality and changed the way the keyboard 2016-01-12 21:48:09 +01:00
input_keymaps.h Fixed two bugs in Android keyboard functionality and changed the way the keyboard 2016-01-12 21:48:09 +01:00
input_overlay.c Cleanup 2016-02-04 21:03:28 +01:00
input_overlay.h Cleanup 2016-02-04 21:03:28 +01:00
input_remapping.c Update input headers 2016-01-10 04:33:01 +01:00
input_remapping.h Update input headers 2016-01-10 04:33:01 +01:00