Alcaro
|
f5881c17ef
|
Use the same format as in the autoconfigs
|
2016-06-30 22:06:51 +02:00 |
|
twinaphex
|
bfa6f49ae6
|
Fix logically dead code warnings
|
2016-05-24 22:12:51 +02:00 |
|
twinaphex
|
974d3245d2
|
Fix logically dead code warnings
|
2016-05-23 22:04:00 +02:00 |
|
twinaphex
|
2691ab0c7d
|
Rename command_event enums
|
2016-05-09 20:51:53 +02:00 |
|
twinaphex
|
523ebed112
|
Combine command_event.c and command.c
|
2016-05-09 20:30:47 +02:00 |
|
twinaphex
|
a98ef36d36
|
Rename event_cmd_ctl to command_event
|
2016-05-09 20:20:50 +02:00 |
|
twinaphex
|
372d673a26
|
Rename event_command to event_cmd_ctl - add second parameter
|
2016-01-22 15:34:43 +01:00 |
|
twinaphex
|
fbd2e9aa84
|
Use string_is_equal more
|
2016-01-21 02:48:00 +01:00 |
|
twinaphex
|
8caee50fcd
|
(GX) Add way to handle power callback
|
2016-01-13 08:27:58 +01:00 |
|
twinaphex
|
347a18cb30
|
Update input headers
|
2016-01-10 04:33:01 +01:00 |
|
Ernesto Ramirez
|
e53840f6c1
|
(GX) Fix input issue causing controllers to do not work at all.
|
2016-01-02 18:37:15 -06:00 |
|
twinaphex
|
33028b7603
|
remove these files
|
2016-01-02 01:36:11 +01:00 |
|
twinaphex
|
e67491d6a9
|
remove HAVE_LIBSICKSAXIS
|
2016-01-02 01:35:34 +01:00 |
|
twinaphex
|
697351ee67
|
(input) Use string_is_empty
|
2015-12-26 07:54:17 +01:00 |
|
aliaspider
|
40ac911a05
|
build fix.
|
2015-12-24 21:17:44 +01:00 |
|
twinaphex
|
b8bbdc6f4c
|
Revert udev drivers
|
2015-12-17 03:02:48 +01:00 |
|
twinaphex
|
2d55dc3bda
|
Complete namespace changes
|
2015-12-07 15:32:14 +01:00 |
|
twinaphex
|
39e9d5c5ba
|
Start cutting down on the size of some char local variables - we
don't need PATH_MAX_LENGTH for everything
|
2015-12-06 13:28:20 +01:00 |
|
twinaphex
|
736f343d9f
|
Create RARCH_MENU_CTL_IS_ALIVE
|
2015-12-05 13:49:34 +01:00 |
|
twinaphex
|
2f29d9f18c
|
Take out menu/menu_driver.h include from driver.h
|
2015-12-05 13:22:50 +01:00 |
|
twinaphex
|
35da6073df
|
(gx_joypad.c) Declare variables at top
|
2015-12-04 12:00:00 +01:00 |
|
twinaphex
|
0b9df5a069
|
(GX) Buildfix
|
2015-12-04 11:56:10 +01:00 |
|
twinaphex
|
50f3999e9b
|
Backport/rewrites wmarquesr pt. 8
|
2015-12-04 11:11:05 +01:00 |
|
twinaphex
|
923433ead7
|
Move engine_handle_dpad code to android_input.c - copy
hat and analog state to intermediary on android_app during
poll time
|
2015-12-02 22:33:27 +01:00 |
|
twinaphex
|
c3b2f84f39
|
Typo fix
|
2015-11-30 18:24:35 +01:00 |
|
twinaphex
|
c03e1547b1
|
(linuxraw_joypad) Cleanups
|
2015-11-30 18:20:50 +01:00 |
|
twinaphex
|
7cb78cca58
|
Make g_epoll static
|
2015-11-30 18:14:07 +01:00 |
|
twinaphex
|
54655c37cd
|
Create epoll_waiting
|
2015-11-30 18:08:00 +01:00 |
|
twinaphex
|
ecbfc72e9b
|
Create epoll_common
|
2015-11-30 18:05:10 +01:00 |
|
twinaphex
|
6d90c42bb5
|
We need to check for the instance where udev is only initialized
for the joypad part and not the general input driver
|
2015-11-30 16:56:32 +01:00 |
|
twinaphex
|
62260cf892
|
Turn g_udev static
|
2015-11-30 16:52:29 +01:00 |
|
twinaphex
|
28602d84af
|
Make g_udev_mon static
|
2015-11-30 16:47:43 +01:00 |
|
twinaphex
|
b76481b21e
|
Create udev_mon_hotplug_available
|
2015-11-30 16:42:52 +01:00 |
|
twinaphex
|
2db1197942
|
Expand udev_common.c
|
2015-11-30 16:39:22 +01:00 |
|
twinaphex
|
fd91cf130e
|
Create udev_common.c/udev_common.h
|
2015-11-30 16:31:05 +01:00 |
|
twinaphex
|
d15ad86705
|
Create hid_driver_get_data
|
2015-11-29 21:11:57 +01:00 |
|
twinaphex
|
5e1b2b3bfa
|
Move driver->input_data to input_driver.c
|
2015-11-29 18:18:25 +01:00 |
|
twinaphex
|
dc7e8bc52b
|
Cleanup android_joypad_query_pad
|
2015-11-29 16:35:51 +01:00 |
|
twinaphex
|
2d455d78b3
|
Move inptu state to android_joypad.c
|
2015-11-29 16:18:29 +01:00 |
|
twinaphex
|
127448f848
|
Use video_driver_window_get
|
2015-11-29 01:39:28 +01:00 |
|
Twinaphex
|
3001729545
|
Revert "Go through input_driver_get_data_ptr whenever we need input data"
This reverts commit 52c9a2ec43 .
|
2015-11-28 18:58:33 +01:00 |
|
twinaphex
|
52c9a2ec43
|
Go through input_driver_get_data_ptr whenever we need input data
state
|
2015-11-28 18:51:12 +01:00 |
|
twinaphex
|
c23846c5dc
|
Merged input_joypad.c and input_joypad_driver.c
|
2015-11-28 16:22:49 +01:00 |
|
twinaphex
|
a6ccc188a8
|
Rename input_common.c to input_config.c
|
2015-11-28 02:22:58 +01:00 |
|
twinaphex
|
b434689d39
|
(Win32) Buildfixes
|
2015-11-23 12:14:53 +01:00 |
|
twinaphex
|
074f14b132
|
Add verbosity.c/verbosity.h
|
2015-11-23 12:03:38 +01:00 |
|
Marco Bonardo
|
03f0c0339d
|
Poll sliders in joypad dinput driver
Poll sliders position as additional axes in the directinput joypad driver
|
2015-11-19 02:39:50 +01:00 |
|
Twinaphex
|
d399bc11e2
|
(MFi) Reimplement analog support
|
2015-11-18 04:54:08 +01:00 |
|
Twinaphex
|
a26482d302
|
(mfi_joypad.m) Use local headers
|
2015-11-17 08:29:21 +01:00 |
|
twinaphex
|
66ba102271
|
(MFi) Style nits
|
2015-11-16 11:14:36 +01:00 |
|