0d419a0064
Saving the order in which the controllers were connected
2017-05-20 19:22:16 +02:00
cd06b1b44b
Fixing the .rpx build
2017-05-20 13:12:29 +02:00
48c554a9dd
Added a new getAllInputData function that also gets the stick data
2017-05-08 21:42:49 +02:00
9fb5404dd7
Adaptions necessary before it can be included in retroarch
2017-05-08 12:16:03 +02:00
3559a18408
Cleaned up the includes
2017-05-07 14:44:09 +02:00
9119528a1b
Renamed the sleep functions, added option to disable rumble
2017-05-07 14:29:19 +02:00
5c7be021d0
Added curly brackets to if(HID_DEBUG)
2017-05-06 19:46:05 +02:00
4405eca443
Adjusted stick sensitivity for the pro controller emulation
2017-04-27 19:32:43 +02:00
a72f8e3879
Added function to call the SamplingCallback and some minor tweaks
2017-04-23 15:19:21 +02:00
913ce2b315
Added support for the Switch Pro Controller via USB
...
- Added pre defined values for the switch pro controller
2017-04-23 12:18:36 +02:00
837908290e
Attempted to make the GC-Rumble working more reliable
2017-04-14 16:49:21 +02:00
8dee7c3e70
Added defines for the controller names
2017-04-14 13:08:34 +02:00
5e732f123c
Added rumble support for the network controller, changed protocol version to Version 3
2017-04-13 15:30:40 +02:00
41012b4543
Again fixing the controller configuration with many config files.
...
- fix pre-defined values for xinput and ds4
- changed datatypes in order to fix "no controller config"-found issues
with many config files
2017-04-10 17:15:26 +02:00
73bf9bfb74
Fixed bug when having more than 9 config files
...
the maximum of controller configs were increased to 32, but the datatype
was still u16 (which only has 16 bits). Changing it to u32 should
finally fix all issues with the config files
2017-04-10 11:02:58 +02:00
a6413d4fae
Changed logging and changed all "int" to "s32"
2017-04-10 11:00:55 +02:00
215f6952a6
Fixed using mutliple controller with the same vid/pid
2017-04-02 19:05:31 +02:00
521bf6fba5
Checking the bitmask properly..
2017-04-01 18:02:10 +02:00
1c3935dd93
Updated the controller patcher engine for the new HID to VPAD update.
2017-03-30 17:53:36 +02:00