twinaphex
|
7ac7b15718
|
(input_autodetect.c) Some fixes
|
2015-03-28 22:20:05 +01:00 |
|
twinaphex
|
765e9c0361
|
Return an unsigned value that indicates which values were found
|
2015-03-27 18:50:40 +01:00 |
|
twinaphex
|
9923e6a021
|
(input_autodetect.c) Further cleanups
|
2015-03-27 18:05:43 +01:00 |
|
twinaphex
|
f88e62b3d2
|
Create input_autoconfigure_joypad_from_conf_internal
|
2015-03-27 18:02:21 +01:00 |
|
twinaphex
|
782f366131
|
Cleanup comments
|
2015-03-27 17:55:00 +01:00 |
|
twinaphex
|
54f2d61809
|
input_autodetect.c - don't need runloop.h header
|
2015-03-27 17:53:06 +01:00 |
|
twinaphex
|
3985497552
|
Small cleanup
|
2015-03-27 17:48:27 +01:00 |
|
twinaphex
|
948e9a1888
|
(input_autodetect) Cleanups pt. 5
|
2015-03-27 17:47:15 +01:00 |
|
twinaphex
|
6917982686
|
Cleanup input_try_autoconfig_joypad
|
2015-03-27 17:39:11 +01:00 |
|
twinaphex
|
bf0693fcb0
|
(input_autodetect.c ) Cleanups pt. 4
|
2015-03-27 17:34:09 +01:00 |
|
twinaphex
|
c5ece757d8
|
(input_autodetect.c) Cleanups pt. 3
|
2015-03-27 17:31:59 +01:00 |
|
twinaphex
|
57a1f6d9a0
|
Cleanups
|
2015-03-27 17:27:21 +01:00 |
|
twinaphex
|
14270babe5
|
(input_autodetect.c) Cleanups pt. 2
|
2015-03-27 17:10:09 +01:00 |
|
twinaphex
|
28faf469a0
|
Cleanups
|
2015-03-27 17:02:55 +01:00 |
|
twinaphex
|
226c6ff41a
|
Simplify input_autodetect
|
2015-03-27 16:57:58 +01:00 |
|
twinaphex
|
e996d5d51f
|
Updates
|
2015-03-20 21:22:38 +01:00 |
|
twinaphex
|
00239a30d6
|
Create wrapper functions for passing a message to the runloop's
message queue
|
2015-03-15 02:47:23 +01:00 |
|
twinaphex
|
795ef467ac
|
Move msg_queue and nbio/http to runloop struct
|
2015-03-07 13:01:41 +01:00 |
|
twinaphex
|
b86022ed15
|
input/keyboard_line.c - Document
|
2015-01-12 03:13:03 +01:00 |
|
twinaphex
|
a8260a450f
|
inut_autodetect.c - declare variables at top of function
|
2015-01-10 00:06:49 +01:00 |
|
twinaphex
|
99c9afa5cd
|
Update PATH_MAX to PATH_MAX_LENGTH
|
2015-01-09 18:04:29 +01:00 |
|
twinaphex
|
25536735a8
|
Build in autoconfig now conditionally if only HAVE_BUILTIN_AUTOCONFIG
is defined
|
2015-01-09 01:10:51 +01:00 |
|
twinaphex
|
453321c50b
|
Start updating headers
|
2015-01-07 17:46:50 +01:00 |
|
twinaphex
|
7a456c6c3a
|
Rename MAX_PLAYERS to MAX_USERS
|
2015-01-05 01:58:00 +01:00 |
|
twinaphex
|
82f6c57966
|
Add new option 'Show Autoconfig Descriptor Labels' for more
comprehensible button labels per joypad - needs to be added per
autoconfig file
|
2014-12-16 06:21:18 +01:00 |
|
CautiousAlbino
|
cead63c83d
|
Fix nasty breakage when joypad index >= MAX_PLAYERS.
No bounds checking and joypad index is apparently now unsigned so old
"disabled" values in config will now overflow instead ...
|
2014-12-15 14:10:07 +01:00 |
|
twinaphex
|
174d011bed
|
Move dir_list to SDK
|
2014-10-22 01:13:05 +02:00 |
|
twinaphex
|
00115d1ebb
|
Backport Lioncash's changes - https://github.com/libretro/RetroArch/pull/1170
|
2014-10-21 02:28:10 +02:00 |
|
Twinaphex
|
c6a94593cf
|
(Apple) Build fixes
|
2014-10-20 21:52:33 +02:00 |
|
twinaphex
|
42bb37816e
|
Take file_path.h include out of file.h
|
2014-10-20 21:51:04 +02:00 |
|
twinaphex
|
faeca01e7a
|
Change local index variables
|
2014-10-20 20:31:00 +02:00 |
|
Twinaphex
|
27c14755a0
|
input_autodetect.c - Fix 'declaration shadows a global variable' warning
|
2014-10-14 18:31:30 +02:00 |
|
twinaphex
|
cd4a2d43a8
|
(input_autodetect.c) Silence potential uninitialized variable warnings
|
2014-10-01 15:14:26 +02:00 |
|
twinaphex
|
ec9a217090
|
Change VID/PID passing to autodetect function - now int32_t
values
|
2014-09-30 20:35:58 +02:00 |
|
twinaphex
|
aea679456d
|
(Input autodetect) Start setting up input autodetect so that it
can look at matching VID/PIDs
|
2014-09-30 18:18:02 +02:00 |
|
twinaphex
|
d43b9082e7
|
Move input_autodetect code to input_autodetect.c
|
2014-09-30 17:48:31 +02:00 |
|