dalter
|
fffe1d099c
|
Fix imput in RetroArch menu
|
2016-07-31 17:56:40 +03:00 |
|
Andrés
|
c5ee5caf8a
|
fix missing parenthesis
|
2016-07-28 00:05:57 -05:00 |
|
Andrés
|
6c14477bce
|
Fix remote server in windows
|
2016-07-27 23:31:52 -05:00 |
|
twinaphex
|
b9aa9a6b1e
|
Fix namespace conflicts
|
2016-07-27 21:28:33 +02:00 |
|
Sebastien Ronsse
|
2a2b18b507
|
input remote: Add analog device parsing
|
2016-07-27 20:15:49 +10:00 |
|
Sebastien Ronsse
|
46284b6a93
|
input remote: Update server-side input processing
|
2016-07-27 18:39:37 +10:00 |
|
twinaphex
|
58c425ef19
|
Revert "Refactor settings"
This reverts commit afcc9657d2 .
|
2016-07-25 12:30:41 +02:00 |
|
twinaphex
|
afcc9657d2
|
Refactor settings
|
2016-07-25 11:59:38 +02:00 |
|
twinaphex
|
7dfca3208c
|
We shouldn't flush
|
2016-07-23 05:52:24 +02:00 |
|
twinaphex
|
e69855880d
|
Autoconfig message should always appear on top of FPS display
|
2016-07-19 18:32:54 +02:00 |
|
twinaphex
|
adace9f27b
|
Make some messages no longer get stuck
|
2016-07-19 18:25:08 +02:00 |
|
radius
|
bd3f6d6dfb
|
fix disk next/prev hotkeys
|
2016-07-17 23:47:44 -05:00 |
|
twinaphex
|
092ca463d2
|
Only use extern C for C++ builds
|
2016-07-16 19:43:07 +02:00 |
|
twinaphex
|
eb77f99e1e
|
(Windows) Finally properly 'swallows' event when doubleclicking on titlebar
|
2016-07-16 18:09:21 +02:00 |
|
twinaphex
|
ce6f3f955c
|
Doubleclick on titlebar should no longer trigger button press
in RA window
|
2016-07-16 17:56:07 +02:00 |
|
twinaphex
|
616b9f7471
|
(Win32) Test
|
2016-07-16 17:44:21 +02:00 |
|
Alcaro
|
f5881c17ef
|
Use the same format as in the autoconfigs
|
2016-06-30 22:06:51 +02:00 |
|
Alcaro
|
10e0411b21
|
Thanks Coverity, but no, this one cannot be null.
|
2016-06-30 16:10:58 +02:00 |
|
radius
|
a1cf6f29f4
|
fix map and remove stray printf
|
2016-06-29 12:23:26 -05:00 |
|
radius
|
298b753e41
|
fix button map
|
2016-06-29 09:58:27 -05:00 |
|
twinaphex
|
b8ac629fbf
|
Get rid of dereference before null check warning
|
2016-06-29 12:19:23 +02:00 |
|
twinaphex
|
2a9bf91e0d
|
Use MENU_ENUM_LABEL_VALUE_NOT_AVAILABLE
|
2016-06-29 02:40:05 +02:00 |
|
twinaphex
|
fa7eb9d8c8
|
Create file_path_str FILE_PATH_NUL
|
2016-06-28 11:10:30 +02:00 |
|
Twinaphex
|
a68a33c559
|
Remove unused variable
|
2016-06-27 06:43:47 +02:00 |
|
twinaphex
|
465ac5707c
|
Add HAVE_NETWORKGAMEPAD
|
2016-06-27 06:38:47 +02:00 |
|
twinaphex
|
eea287d156
|
(BTStack HID) Create HAVE_DYNAMIC ifdefs
|
2016-06-27 01:11:49 +02:00 |
|
twinaphex
|
e0114e08ba
|
Add type to retro_input_t
|
2016-06-25 09:05:56 +02:00 |
|
twinaphex
|
3dff698644
|
Turn retro_input_t into struct
|
2016-06-25 09:04:00 +02:00 |
|
twinaphex
|
114cc081aa
|
Avoid warning 'variable may be used uninitialized'
|
2016-06-20 02:45:07 +02:00 |
|
twinaphex
|
7c904d47c2
|
Cleanups
|
2016-06-11 21:51:28 +02:00 |
|
twinaphex
|
cf996f724e
|
Rename HAVE_NETWORK_GAMEPAD to HAVE_NETWORKGAMEPAD - and
don't bake it in for the C89 build
|
2016-06-07 15:23:07 +02:00 |
|
twinaphex
|
afe67ca254
|
C89/C90 don't support bitfields on uint8_t - work around this
|
2016-06-07 14:47:54 +02:00 |
|
twinaphex
|
d44062d841
|
Make HAVE_HID completely optional
|
2016-06-07 03:01:33 +02:00 |
|
twinaphex
|
b87bbc7f98
|
Use retro_common_api.h
|
2016-06-05 05:31:55 +02:00 |
|
twinaphex
|
5230aeb9d0
|
Use retro_common_api.h
|
2016-06-03 06:02:49 +02:00 |
|
twinaphex
|
7ce2ac082a
|
Use retro_common_api.h
|
2016-06-03 05:54:21 +02:00 |
|
twinaphex
|
d8b3597455
|
menu_cbs_deferred_push.c - Fix 'array compared against 0'
|
2016-06-02 20:51:27 +02:00 |
|
twinaphex
|
280eb95b9a
|
Prevent logically dead code warning
|
2016-06-01 05:31:05 +02:00 |
|
twinaphex
|
a98616b45b
|
Fix explicit NULL dereferenced/dereference before null check warnings
|
2016-05-26 17:47:21 +02:00 |
|
twinaphex
|
142dd82067
|
(input_overlay.c) Prevent dereference after null check
|
2016-05-26 17:35:46 +02:00 |
|
twinaphex
|
2f7684c743
|
(Android) Cleanups
|
2016-05-25 16:03:32 +02:00 |
|
radius
|
b6b2fdfaa6
|
comment out xbox 360 & dualshock hacks that are not needed anymore, friendly labels can be applied on the autoconf files instead
|
2016-05-25 00:47:01 -05:00 |
|
twinaphex
|
40023833e0
|
(IOHIDManager) Plug another potential leak
|
2016-05-25 02:35:13 +02:00 |
|
twinaphex
|
f7ff1c66c4
|
Don't need to include this header anymore
|
2016-05-25 00:58:12 +02:00 |
|
twinaphex
|
cd176d0737
|
Remove input_overlay_init
|
2016-05-25 00:57:58 +02:00 |
|
twinaphex
|
ae0da06d8f
|
Make input overlay state a part of struct input_overlay
|
2016-05-25 00:47:24 +02:00 |
|
twinaphex
|
5a4ada4311
|
Avoid some warnings by using return value for config_get_int
|
2016-05-24 23:53:35 +02:00 |
|
twinaphex
|
25eaab0a2b
|
Start passing input_overlay_t * state around to other functions
|
2016-05-24 23:15:19 +02:00 |
|
twinaphex
|
bfa6f49ae6
|
Fix logically dead code warnings
|
2016-05-24 22:12:51 +02:00 |
|
twinaphex
|
5656959085
|
Free overlay_ptr
|
2016-05-24 15:30:18 +02:00 |
|