twinaphex
|
4676e102d0
|
(input/drivers_joypad) Add TODO/FIXME notes
|
2020-08-03 17:31:22 +02:00 |
|
twinaphex
|
ed3ee2511f
|
Cleanups - add local variable
|
2020-07-29 05:31:23 +02:00 |
|
rsn8887
|
78c9dbbd20
|
Fix input port assignments
|
2020-07-28 16:35:16 -05:00 |
|
twinaphex
|
897a9de5be
|
(drivers_joypad) Cleanup axis functions
|
2020-07-19 18:51:05 +02:00 |
|
twinaphex
|
d97e590aaf
|
Reimplement multi button state functions
|
2020-07-19 03:18:12 +02:00 |
|
twinaphex
|
cb5b22b6ac
|
(Android) Refactor axis functions
|
2020-07-18 22:38:23 +02:00 |
|
twinaphex
|
08ad00f5d3
|
Start preparing for being able to grab multiple buttons at the same time
|
2020-07-18 19:51:14 +02:00 |
|
twinaphex
|
8b078662cd
|
Change function signature of joypad driver's 'button'
|
2020-07-18 18:07:57 +02:00 |
|
orbea
|
e13ec54dc6
|
Fix --disable-overlay.
|
2019-07-21 10:26:42 -07:00 |
|
twinaphex
|
5de9f85533
|
Cleanups
|
2019-07-19 13:01:45 +02:00 |
|
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 |
|
twinaphex
|
0257e01bee
|
Refactor input_autoconfigure_connect - don't return
value - set input device name upon failure implicitly
|
2019-07-16 15:28:22 +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
|
a82bb0ec94
|
Create special type input_bits_t
|
2018-04-08 20:21:12 +02:00 |
|
twinaphex
|
f0c143766e
|
Change to 256bit macros
|
2017-12-05 12:07:35 +01:00 |
|
twinaphex
|
6c09661a64
|
Move defines to retro_miscellaneous.h
|
2017-12-05 10:42:37 +01:00 |
|
twinaphex
|
e94300a581
|
Get rid of a lot of RARCH_INPUT_STATE_BIT_ macros - replace them
with BIT128_ equivalents instead
|
2017-12-05 09:22:56 +01:00 |
|
David Walters
|
c5bdc02d6f
|
replace uint64_t with retro_bits_t* for pad buttons state
|
2017-11-28 10:04:34 +00:00 |
|
twinaphex
|
e16371b8a5
|
Merge input_config.c and input_driver.c
|
2017-08-31 02:25:04 +02:00 |
|
twinaphex
|
dfcbd77a6b
|
(ctr/wiiu) Minor stylistic nits
|
2017-06-07 21:04:13 +02:00 |
|
twinaphex
|
6b3dbff75f
|
Merge input_driver.c and input_joypad_driver.c
|
2017-06-06 05:56:02 +02:00 |
|
aliaspider
|
ffbd1e838a
|
(3DS) build fix.
|
2017-01-31 03:27:26 +01:00 |
|
aliaspider
|
0ba9faa8bd
|
(CTR) build fix.
|
2017-01-24 10:43:35 +01:00 |
|
Brad Parker
|
57949227df
|
DOS: initial input/joypad driver
|
2017-01-24 00:55:58 -05:00 |
|
twinaphex
|
96c8ca5a09
|
Header update #1
|
2017-01-22 13:40:32 +01:00 |
|
twinaphex
|
ea3dd6a95b
|
Set device name when autoconfig connect task fails for all
other input drivers too
|
2017-01-13 05:00:13 +01:00 |
|
twinaphex
|
1eb17b6315
|
Remove settings header includes
|
2017-01-10 20:03:55 +01:00 |
|
twinaphex
|
103042de96
|
Rewrite task_autodetect.c
|
2016-12-31 07:43:34 +01:00 |
|
twinaphex
|
aafae944cb
|
Don't memset autoconfig_params_t
|
2016-12-17 14:26:13 +01:00 |
|
twinaphex
|
d9def056e7
|
The 'connect' task now sets the device name upon completion
|
2016-12-16 12:33:56 +01:00 |
|
twinaphex
|
021559a877
|
Get rid of runloop.h dependencies inside input/ dir
|
2016-12-02 06:07:45 +01:00 |
|
twinaphex
|
d3c22cb0e4
|
Move input/input_autodetect.c to tasks/task_autodetect.c
|
2016-12-01 20:38:20 +01:00 |
|
twinaphex
|
76d0380e45
|
Rename input_autoconfigure_joypad to input_autoconfigure_connect
|
2016-12-01 18:57:44 +01:00 |
|
twinaphex
|
e689d55414
|
Rename autoconfig functions
|
2016-12-01 18:52:34 +01:00 |
|
twinaphex
|
c97aa5e7ea
|
header include cleanups
|
2016-09-11 14:59:18 +02:00 |
|
twinaphex
|
acd4dd527b
|
Header include cleanups
|
2016-09-05 18:31:32 +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
|
347a18cb30
|
Update input headers
|
2016-01-10 04:33:01 +01:00 |
|
aliaspider
|
40ac911a05
|
build fix.
|
2015-12-24 21:17:44 +01:00 |
|
twinaphex
|
2f29d9f18c
|
Take out menu/menu_driver.h include from driver.h
|
2015-12-05 13:22:50 +01:00 |
|
aliaspider
|
a55bbfc04a
|
(CTR/3DS) input: fix analog joypad polling.
|
2015-10-01 23:56:22 +01:00 |
|
aliaspider
|
4a4dd8e625
|
(CTR/3DS) implement right stick analogue polling.
|
2015-09-28 23:57:05 +01:00 |
|
aliaspider
|
ca000f64db
|
(CTR/3DS) add support for new 3ds extra buttons/right stick, not tested.
no analogue support for the right stick.
|
2015-09-28 14:53:38 +01:00 |
|
twinaphex
|
7fb1265227
|
(PSP/CTR) Should fix lifecycle state menu toggling
|
2015-07-12 10:46:20 +02:00 |
|
twinaphex
|
135ee2f503
|
Use UINT64_C(1) everywhere instead of 1ULL
|
2015-07-12 07:53:46 +02:00 |
|
twinaphex
|
0107be2485
|
(GX) Refactor controls
|
2015-07-12 01:58:43 +02:00 |
|
twinaphex
|
69a406809e
|
(CTR) Refactor code
|
2015-07-12 01:53:32 +02:00 |
|