twinaphex
|
236622ffa6
|
(Joypad driver) Init function - return void pointer
|
2020-09-22 02:30:47 +02:00 |
|
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 |
|
jdgleaver
|
84a71ea133
|
Rewrite 'task_autodetect.c': Ensure thread safety + clean-ups/rationalisation
|
2020-07-14 17:46:58 +01:00 |
|
twinaphex
|
79cc4f9c4f
|
Revert "Start going through wrapper functions for access to input_device_names"
This reverts commit 92293525c130f202604bcf078f38426c7090d2e0.
|
2020-07-05 16:41:55 +02:00 |
|
twinaphex
|
92293525c1
|
Start going through wrapper functions for access to input_device_names
|
2020-07-05 10:33:21 +02:00 |
|
twinaphex
|
b363ed7d79
|
(drivers_joypad) get rid of excessive logging
|
2020-06-11 04:06:33 +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
|
cb602c190d
|
Some C89_BUILD fixes.
|
2019-01-20 14:03:42 -08: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
|
a41b8bc199
|
Direct usage of epoll
|
2017-06-11 20:51:21 +02:00 |
|
twinaphex
|
84f5fa1f26
|
(epoll_common.c) Cleanups; don't use verbosity logging inside
|
2017-06-10 12:07:01 +02:00 |
|
twinaphex
|
8980f8c1ea
|
Get rid of useless wrapper function epoll_waiting
|
2017-06-08 21:52:50 +02:00 |
|
twinaphex
|
ab087faa2a
|
Try to move access call to maybe prevent 'time of check time of use'
coverity error
|
2017-06-07 23:29:29 +02:00 |
|
twinaphex
|
5c84f9158e
|
Try to prevent out-of-bounds write
|
2017-06-07 23:03:08 +02:00 |
|
twinaphex
|
a371815efd
|
Try to null-terminate string
|
2017-06-07 22:47:07 +02:00 |
|
twinaphex
|
afa07219cd
|
(linuxraw_joypad.c) Cleanups
|
2017-06-07 20:58:46 +02:00 |
|
twinaphex
|
1bf7cbccbe
|
input_device_names no longer part of settings struct
|
2017-04-27 21:35:46 +02: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
|
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
|
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
|
793519eb61
|
(linuxraw_joypad.c) Cleanups
|
2016-12-01 16:44:47 +01:00 |
|
twinaphex
|
b63b675274
|
(linuxraw_joypad.c) Cleanups
|
2016-12-01 16:42:21 +01:00 |
|
twinaphex
|
d7f7d5f99a
|
Rewrite epoll_common
|
2016-12-01 16:40:04 +01:00 |
|
twinaphex
|
6310f53587
|
Prevent some implicit memsets and reduce the size of some
char variables
|
2016-10-27 10:45:53 +02:00 |
|
twinaphex
|
d6db2fe227
|
Change some strings
|
2016-10-22 04:52:46 +02:00 |
|
twinaphex
|
d9d388a8fe
|
linuxraw_joypad.c - cleanup
|
2016-09-25 15:11:48 +02:00 |
|
twinaphex
|
3f35e10014
|
Solve some warnings pointed out by scan-build
|
2016-09-25 05:55:55 +02:00 |
|
twinaphex
|
075aea2289
|
Header include cleanups
|
2016-09-06 00:56:00 +02:00 |
|
twinaphex
|
9037473c7e
|
Header include cleanups
|
2016-09-01 05:51:08 +02:00 |
|
twinaphex
|
bfa6f49ae6
|
Fix logically dead code warnings
|
2016-05-24 22:12:51 +02:00 |
|
twinaphex
|
347a18cb30
|
Update input headers
|
2016-01-10 04:33:01 +01:00 |
|
twinaphex
|
2d55dc3bda
|
Complete namespace changes
|
2015-12-07 15:32:14 +01:00 |
|