twinaphex
|
47ad4da310
|
Don't free userdata for these drivers inside the destroy function
as they don't have userdata
|
2020-09-11 11:50:00 +02:00 |
|
twinaphex
|
2c97878851
|
(Input drivers) Cleanups - if we don't need userdata and it's just
empty then just pass (void*)-1 to init function
|
2020-09-11 11:45:01 +02:00 |
|
twinaphex
|
3f566fd54e
|
Don't implement input_state for input drivers that don't need it
|
2020-09-02 17:37:01 +02:00 |
|
twinaphex
|
1c5f4e1dee
|
Start cutting down on input_state - move all joypad driver code up to
higher-level retroarch.c
|
2020-09-02 15:26:03 +02:00 |
|
twinaphex
|
a72759aba0
|
(input drivers) Cleanups
|
2020-09-02 05:26:24 +02:00 |
|
twinaphex
|
2fde8c21a9
|
Remove set_rumble function from input driver
|
2020-09-02 00:38:11 +02:00 |
|
twinaphex
|
d4d8b6934a
|
Put keyboard_mapping_blocked into p_rarch / rarch struct
instead
|
2020-08-30 18:47:29 +02:00 |
|
twinaphex
|
5f08605680
|
Refactor joypad drivers
|
2020-08-30 05:29:32 +02:00 |
|
twinaphex
|
d97e590aaf
|
Reimplement multi button state functions
|
2020-07-19 03:18:12 +02:00 |
|
twinaphex
|
689ac432d6
|
MOve input_joypad_analog call to inside retroarch.c instead of the
input driver itself, and make function static
|
2020-06-23 18:31:40 +02:00 |
|
twinaphex
|
4a91b11806
|
Further input driver standardization
|
2020-06-12 18:28:07 +02:00 |
|
twinaphex
|
eb78b608d3
|
Cut down on code duplication
|
2020-06-12 00:50:08 +02:00 |
|
twinaphex
|
ecfdc867f8
|
Cleanups
|
2020-06-12 00:16:31 +02:00 |
|
twinaphex
|
a7a03984f1
|
(input drivers) Cleanups
|
2020-06-10 04:00:40 +02:00 |
|
twinaphex
|
26b3ccf2e5
|
Don't pass joypad_info by value
|
2020-02-27 07:33:14 +01:00 |
|
twinaphex
|
65b4c2595e
|
Update set keyboard mapping code for input driver
|
2019-07-27 02:21:24 +02:00 |
|
twinaphex
|
bee9984745
|
Update all other input drivers
|
2019-07-22 01:20:00 +02:00 |
|
twinaphex
|
f4104f5c9a
|
Regression in
9c73d3305d
- joykey needs to be uint64_t and then is later cast to uint16_t -
is apparently important for hotkeys
|
2019-07-21 16:22:41 +02:00 |
|
twinaphex
|
9c73d3305d
|
Insert input_joypad_pressed into drivers themselves
|
2019-06-23 18:20:48 +02:00 |
|
twinaphex
|
1e863b0f4d
|
Optimal way of grabbing all button states in a bitmasked value -
should allow us to do only one function call to the RA input
driver's input state callback
|
2019-06-23 06:09:45 +02:00 |
|
orbea
|
28ff4b391a
|
Clean up white space.
|
2019-02-03 16:00:50 -08:00 |
|
Francisco José García García
|
4ad083cb97
|
[ORBIS] Update input driver
|
2018-12-30 14:00:18 +01:00 |
|
Francisco José García García
|
9c5a934529
|
[ORBIS] Untested input driver
|
2018-12-30 01:29:34 +01:00 |
|