twinaphex
|
dd57369433
|
udev_free_pad - weird implementation, cleanup
|
2015-06-03 14:09:30 +02: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 |
|
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
|
87d9834d06
|
Move dylib.c to libretro-common
|
2015-05-08 09:49:49 +02:00 |
|
twinaphex
|
cf1d56dbda
|
(Android) Put input state code on android_input_state_t
|
2015-04-29 04:48:34 +02:00 |
|
twinaphex
|
c3bfa72e6f
|
(Android) Start putting input state on separate struct
|
2015-04-29 04:17:31 +02:00 |
|
twinaphex
|
6bf30bb714
|
(PS3) Buildfixes
|
2015-04-14 21:58:39 +02:00 |
|
twinaphex
|
8c6cce3945
|
Rename rarch_joypad_driver_t to input_device_driver_t
|
2015-04-14 16:37:59 +02:00 |
|
twinaphex
|
6db7115484
|
Start renaming 'Joypad' to 'Input Device'
|
2015-04-14 05:40:36 +02:00 |
|
twinaphex
|
0057510caf
|
(libusb) Add disconnect message, change "Joypad" terminology to
'Device'
|
2015-04-14 05:36:43 +02:00 |
|
twinaphex
|
0818b178f9
|
Rename rarch_main_command to event_command
|
2015-04-13 11:26:02 +02:00 |
|
Twinaphex
|
de2eb5f972
|
Rename RARCH_CMD_* to EVENT_CMD_*
|
2015-04-13 10:29:15 +02:00 |
|
twinaphex
|
19260898eb
|
Replace dynamic.h header dependencies to dylib.h header dependencies
|
2015-04-11 10:38:10 +02:00 |
|
twinaphex
|
45cc15100c
|
(xinput_joypad.c) Call dylib_close
|
2015-04-09 05:46:07 +02:00 |
|
Twinaphex
|
94ceaa1b60
|
Merge pull request #1611 from aliaspider/master
(3DS) fix analog.
|
2015-04-08 23:24:41 +02:00 |
|
aliaspider
|
c5aff59f1b
|
(3DS) fix analog.
|
2015-04-08 22:18:44 +01:00 |
|
Twinaphex
|
45e3bef420
|
Merge pull request #1610 from aliaspider/master
(3DS) implement input correctly.
|
2015-04-08 22:54:47 +02:00 |
|
aliaspider
|
20b71c89c6
|
(3DS) implement input correctly.
|
2015-04-08 21:35:10 +01:00 |
|
twinaphex
|
88c300cb58
|
(xinput_joypad.c) Go through dylib_load
|
2015-04-08 20:12:50 +02:00 |
|
twinaphex
|
8290e89650
|
(xinput_joypad.c) Cleanups - go through dylib_proc
|
2015-04-08 07:48:23 +02:00 |
|
twinaphex
|
ddab95d1a6
|
(MSVC) Buildfix
|
2015-04-08 02:05:50 +02:00 |
|
twinaphex
|
78e5206e8f
|
(DInput) Buildfix pt. 2
|
2015-04-08 02:04:02 +02:00 |
|
twinaphex
|
58321991b0
|
(DInput) Buildfix pt. 2
|
2015-04-08 02:02:59 +02:00 |
|
twinaphex
|
ce6401f327
|
(DInput) Update
|
2015-04-08 02:02:10 +02:00 |
|
twinaphex
|
8cc8f855e1
|
(DInput) Split up dinput joypad into separate file
|
2015-04-08 01:58:09 +02:00 |
|
twinaphex
|
160c581df6
|
(XDK1) Cleanups
|
2015-04-06 20:47:29 +02:00 |
|
twinaphex
|
39d371bcbb
|
(PSP) Just autodetect first pad
|
2015-04-06 06:02:37 +02:00 |
|
twinaphex
|
eaf2ea860a
|
(PS3) Add hotplugging
|
2015-04-06 03:50:54 +02:00 |
|
twinaphex
|
965991ec72
|
(PS3) Add ps3_joypad_autodetect_pad
|
2015-04-06 03:21:40 +02:00 |
|
twinaphex
|
29b7785dd7
|
(XDK1) Add pad disconnected message
|
2015-04-06 02:30:27 +02:00 |
|
twinaphex
|
b5e5dc58c2
|
(XDK1) Only add autodetect pad if pad inserted
|
2015-04-06 02:28:58 +02:00 |
|
twinaphex
|
9734b606b1
|
(XDK1) Only add autodetect pad if inserted
|
2015-04-06 02:24:08 +02:00 |
|
twinaphex
|
c73377857b
|
(iOS) Get rid of apple_ios_joypad - refactored into btstack HID driver
|
2015-04-04 02:09:31 +02:00 |
|
twinaphex
|
5fdaa293fb
|
Rename winxinput_joypad to xinput_joypad
|
2015-04-03 02:37:10 +02:00 |
|
twinaphex
|
5fd1ff826a
|
(input) Namespace functions
|
2015-04-03 01:37:20 +02:00 |
|
twinaphex
|
494a190c5b
|
(drivers_joypad) Cleanups
|
2015-04-03 01:19:51 +02:00 |
|
twinaphex
|
4205b3e8f3
|
(input) Cleanups
|
2015-04-03 01:02:46 +02:00 |
|
twinaphex
|
b202d54dd3
|
Rename null joypad driver
|
2015-04-02 18:44:02 +02:00 |
|
twinaphex
|
37acf75b4c
|
Rename most joypad drivers - should now all have consistent names
|
2015-04-02 18:42:15 +02:00 |
|
SuperrSonic
|
17bb05d3d1
|
(Wii) Simple fix for Wiimote not connecting after
... loading game, core, history, exiting, anything that reloads RA.
|
2015-04-02 04:36:46 -04:00 |
|
Twinaphex
|
f04f4e8b93
|
(HID) Buildfix
|
2015-04-01 23:33:21 +02:00 |
|
Twinaphex
|
db2dd5010b
|
Merge pull request #1559 from aliaspider/master
preliminary 3DS port.
|
2015-04-01 23:18:12 +02:00 |
|
aliaspider
|
2045cee432
|
preliminary 3DS port.
|
2015-04-01 22:14:13 +01:00 |
|
Twinaphex
|
89105bda56
|
(Apple HID) Updates
|
2015-04-01 22:57:15 +02:00 |
|
twinaphex
|
43bb5c81cc
|
Start creating input HID driver interface, etc.
|
2015-04-01 22:31:43 +02:00 |
|
Twinaphex
|
f9d98cccd3
|
(Apple HID) Refactor
|
2015-04-01 20:49:26 +02:00 |
|
twinaphex
|
f1533f8ebf
|
(HID) Start refactoring the Apple HID joypad driver to be a more
general-purpose HID joypad driver
|
2015-04-01 20:00:38 +02:00 |
|
Twinaphex
|
da428a70d3
|
(Apple) apple_joypad_hid.c is going to become a more generic
'HID joypad' driver
|
2015-03-31 15:14:39 +02:00 |
|