twinaphex
|
bc592859cc
|
Cleanups
|
2015-06-15 06:01:54 +02:00 |
|
twinaphex
|
40f8fabda6
|
Consistency in how we treat positive strcmp matches
|
2015-06-14 19:56:01 +02:00 |
|
twinaphex
|
ad5954862b
|
Cleanup some strcmps
|
2015-06-14 19:42:25 +02:00 |
|
twinaphex
|
1461386d07
|
(input_overlay.c) Refactor input_overlay.c to have it use djb2
|
2015-06-14 16:53:09 +02:00 |
|
twinaphex
|
ca4b8385fe
|
(udev_input.c) Include <unistd.h>
|
2015-06-13 19:16:42 +02:00 |
|
twinaphex
|
35402884e5
|
(connect_wii.c) Cleanups
|
2015-06-13 01:59:26 +02:00 |
|
twinaphex
|
123b85dbb0
|
Change returntype of pad_connection_init
|
2015-06-13 01:40:55 +02:00 |
|
twinaphex
|
daf4f5719b
|
(Input) Cleanups
|
2015-06-13 00:02:28 +02:00 |
|
twinaphex
|
f85965925c
|
(Input) Cleanups
|
2015-06-12 23:52:52 +02:00 |
|
twinaphex
|
6acdd3db05
|
(linuxraw_input.c) Add unistd.h header
|
2015-06-08 11:57:07 +02:00 |
|
twinaphex
|
c7e0163450
|
(PS3) Buildfix
|
2015-06-08 00:32:21 +02:00 |
|
Twinaphex
|
2b2bf7911a
|
(XInput) Buildfix
|
2015-06-04 15:33:22 +02:00 |
|
twinaphex
|
2b10519fb8
|
(linuxraw_input.c) Style nits
|
2015-06-03 21:38:27 +02:00 |
|
twinaphex
|
77ba9c650f
|
(udev) Use {{0}} for initialization
|
2015-06-03 21:29:08 +02:00 |
|
twinaphex
|
ee017b1516
|
(udev_joypad.c) Move macros to top
|
2015-06-03 20:20:25 +02:00 |
|
twinaphex
|
a2ee87efe4
|
Simplify udev_free_pad
|
2015-06-03 19:55:50 +02:00 |
|
twinaphex
|
47ac99c2db
|
(udev_joypad.c) Fix reconnect issue
|
2015-06-03 19:50:48 +02:00 |
|
twinaphex
|
bfdde9c586
|
(udev_joypad.c) Refactor udev_add_pad
|
2015-06-03 19:02:48 +02:00 |
|
twinaphex
|
976428f7fd
|
(udev_joypad.c) Remove 'Device connected' message - autoconfig already
does this
|
2015-06-03 18:57:43 +02:00 |
|
twinaphex
|
1a5e16ff99
|
Create input_config_autoconfigure_disconnect
|
2015-06-03 18:55:04 +02:00 |
|
twinaphex
|
c24a5de3a8
|
(udev_joypad.c) More style nits
|
2015-06-03 18:39:52 +02:00 |
|
twinaphex
|
23e2dfafd3
|
(udev_joypad.c) Style nits
|
2015-06-03 18:36:38 +02:00 |
|
twinaphex
|
22bd3b2d4f
|
(udev_joypad.c) Style nits
|
2015-06-03 18:31:06 +02:00 |
|
twinaphex
|
17a040e002
|
(udev_joypad.c) Get rid of some forward declarations
|
2015-06-03 18:28:54 +02:00 |
|
twinaphex
|
660641f328
|
Pass handle to input driver to joypad driver's init function
|
2015-06-03 18:22:54 +02:00 |
|
twinaphex
|
bafda714a1
|
(Input drivers) Cleanups
|
2015-06-03 18:12:06 +02:00 |
|
twinaphex
|
17ca5a074c
|
(udev_input.c) Cleanups
|
2015-06-03 17:11:32 +02:00 |
|
twinaphex
|
1532f35376
|
(udev_input.c) Cleanups
|
2015-06-03 17:06:22 +02:00 |
|
twinaphex
|
37da7a7fd3
|
(udev_joypad.c) Cleanups
|
2015-06-03 15:29:47 +02:00 |
|
twinaphex
|
5b82a6896c
|
(linuxraw_joypad.c) Take out IS_JOYCONFIG ifdefs
|
2015-06-03 15:27:38 +02:00 |
|
twinaphex
|
b56d6bbb01
|
(udev_joypad.c) Get rid of IS_JOYCONFIG ifdefs
|
2015-06-03 14:15:39 +02:00 |
|
twinaphex
|
dd57369433
|
udev_free_pad - weird implementation, cleanup
|
2015-06-03 14:09:30 +02:00 |
|
Toad King
|
0cd7562fb8
|
allow remapping of analog axis, only works axis to axis
|
2015-05-20 21:11:42 -05:00 |
|
twinaphex
|
969bbdd85d
|
Get rid of some unused runloop variables
|
2015-05-20 03:13:42 +02:00 |
|
twinaphex
|
375c49b6c8
|
Move is_menu out of runloop struct and create get/set functions in menu_driver.c
and make the underlying variable static to make it thread-safe
|
2015-05-19 20:11:57 +02:00 |
|
twinaphex
|
3a7263020a
|
Add grab_stdin function pointer to input driver - avoids threading
segfault at exit with linuxraw input driver to do with driver->stdin_claimed
|
2015-05-19 19:33:58 +02:00 |
|
twinaphex
|
d662ac187d
|
(linuxraw_input.c) Cleanup some function names
|
2015-05-19 19:26:20 +02:00 |
|
Higor Eurípedes
|
ae52f0f5c9
|
(x11) Fix binding of numpad keys
|
2015-05-15 10:51:51 -03:00 |
|
Higor Eurípedes
|
6c3bf5c27e
|
(x11) Set RETROKMOD_NUMLOCK on keypad-triggered key events
|
2015-05-15 10:51:50 -03:00 |
|
Toad King
|
0112847082
|
fix hotplug detection on wii
|
2015-05-12 20:34:54 -05:00 |
|
twinaphex
|
7242693e69
|
(Android) Go back to old input code
|
2015-05-09 09:38:45 +02:00 |
|
Twinaphex
|
1529620c66
|
Revert "improve autodetection of input gamepads"
|
2015-05-08 17:25:55 +02:00 |
|
pamapa
|
ff286a9579
|
make sure the best configuration file wins, if there is more than one,
because the name is not unique. We look as long as we have a perfect match,
if not the latest config file which matches the name will win
|
2015-05-08 17:01:07 +02:00 |
|
twinaphex
|
87d9834d06
|
Move dylib.c to libretro-common
|
2015-05-08 09:49:49 +02:00 |
|
twinaphex
|
f02ef849ae
|
(HID) Fixup
|
2015-05-06 04:10:49 +02:00 |
|
twinaphex
|
f57132ff6f
|
Protect against failed pad init
|
2015-05-06 04:03:00 +02:00 |
|
Twinaphex
|
7356e7f4e7
|
Merge pull request #1666 from fr500/master
make autoconfig keep searching for an exact match even if a partial matc...
|
2015-05-02 22:53:34 +02:00 |
|
twinaphex
|
4a7fbf728a
|
(Android) Put AInputQueue_hasEvents while loop back
|
2015-05-02 07:59:06 +02:00 |
|
twinaphex
|
ff6babc22a
|
(Android) Start using android_main_poll
|
2015-05-02 07:06:57 +02:00 |
|
twinaphex
|
5b733c019a
|
(Android) Only copy over state when needed
|
2015-05-02 04:41:18 +02:00 |
|