twinaphex
|
4c69dad0ce
|
Define DEFAULT_MAX_PADS inside config.def.h - get rid of the messy
MAX_PADS macros everywhere
|
2019-07-19 12:55:38 +02:00 |
|
orbea
|
bfc366decc
|
Squeeze extra blank lines with cat(1).
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
|
2019-01-08 11:04:58 -08:00 |
|
twinaphex
|
e16371b8a5
|
Merge input_config.c and input_driver.c
|
2017-08-31 02:25:04 +02:00 |
|
twinaphex
|
4a5593255f
|
(android_joypad.c) Small cleanup
|
2017-06-07 21:10:06 +02:00 |
|
twinaphex
|
20ed6eb90a
|
Start using input_config_get_device_name
|
2017-04-25 16:04:28 +02:00 |
|
twinaphex
|
96c8ca5a09
|
Header update #1
|
2017-01-22 13:40:32 +01:00 |
|
twinaphex
|
423578d972
|
(Joypad drivers) Simplify hat code
|
2016-12-11 07:28:33 +01:00 |
|
twinaphex
|
acd4dd527b
|
Header include cleanups
|
2016-09-05 18:31:32 +02:00 |
|
twinaphex
|
347a18cb30
|
Update input headers
|
2016-01-10 04:33:01 +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
|
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
|
3001729545
|
Revert "Go through input_driver_get_data_ptr whenever we need input data"
This reverts commit 52c9a2ec438347ee287cab748995c84d08f23b5a.
|
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
|
4d8b125c4f
|
Cleanups
|
2015-09-05 20:40:11 +02:00 |
|
twinaphex
|
34414b5919
|
Menu toggle should be properly saved now with custom bind - the
forced hack broke all sorts of behavior
|
2015-07-09 22:16:27 +02:00 |
|
Toad King
|
26b4dc79d0
|
[Android] clear bindings on context reset, they end up getting rebound anyway
bump version
|
2015-07-02 23:06:53 -05:00 |
|
Toad King
|
d0866995bd
|
set back button to menu toggle if not set through autoconf
|
2015-07-02 21:48:06 -05:00 |
|
twinaphex
|
660641f328
|
Pass handle to input driver to joypad driver's init function
|
2015-06-03 18:22:54 +02:00 |
|
twinaphex
|
7242693e69
|
(Android) Go back to old input code
|
2015-05-09 09:38:45 +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
|
8c6cce3945
|
Rename rarch_joypad_driver_t to input_device_driver_t
|
2015-04-14 16:37:59 +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
|
37acf75b4c
|
Rename most joypad drivers - should now all have consistent names
|
2015-04-02 18:42:15 +02:00 |
|