2086 Commits

Author SHA1 Message Date
Twinaphex
3f366ae4ab Cleanup unused variables 2019-07-25 00:49:44 +02:00
Twinaphex
52ef1af14e
Merge pull request #9137 from LazyBumHorse/realpath
replace realpath() by custom code which does not resolve symlinks
2019-07-24 22:20:38 +02:00
jdgleaver
92ae369045 When saving core option overrides, only include settings for the current core 2019-07-24 17:07:58 +01:00
twinaphex
69104602e9 Fix --disable-overlay 2019-07-24 17:58:47 +02:00
twinaphex
c03f8bfcbe Cleanups 2019-07-24 17:01:26 +02:00
twinaphex
d4f7a4a17a Cleanups 2019-07-24 16:51:23 +02:00
twinaphex
741a119574 Cleanups 2019-07-24 16:41:45 +02:00
twinaphex
d36f6d8a1d Turn more functions static 2019-07-24 15:02:40 +02:00
OsirizX
37595a9ef1 Fix for Remote RetroPad input
This commit fixes processing of Remote RetroPad input. None of the remote inputs are being executed both in menu and in game. This is due to the way current key binds are being detected which block processing of any remote input.

It's been tested using Remote RetroPad core on Android including digital dpad and analog control input.
2019-07-24 01:15:13 -07:00
twinaphex
879debb60f (retroarch.c) Rearrange variables 2019-07-23 23:50:13 +02:00
twinaphex
fb91df562c Cleanups 2019-07-22 21:25:43 +02:00
twinaphex
45d94efdf4 Cleanups 2019-07-22 21:22:52 +02:00
twinaphex
12823821ff CMD_EVENT_AUDIO_SET_NONBLOCKING_STATE - no longer necessary 2019-07-22 21:10:42 +02:00
twinaphex
5eb5930838 Cleanups 2019-07-22 20:31:53 +02:00
twinaphex
2e76deb3a0 Cleanups 2019-07-22 19:58:48 +02:00
twinaphex
36a48cd7f9 Turn rarch_environment_cb into static function 2019-07-22 19:44:42 +02:00
twinaphex
12cc7b3213 Turn function static 2019-07-22 19:10:27 +02:00
twinaphex
cedf3dfe8e Cleanups 2019-07-22 19:06:31 +02:00
twinaphex
17c399eca0 Cleanups 2019-07-22 18:30:43 +02:00
twinaphex
d27cdf90e2 The intent of command_event became muddied over time - it
should only be used for user-facing operations, not anything internal
to RetroArch that we don't want exposed to the outside through
bindable commands
2019-07-22 18:10:16 +02:00
twinaphex
ee4bee2e7f Don't go through config_get_ptr 2019-07-22 16:54:45 +02:00
twinaphex
8438c9650a Last file to merge into retroarch.c - from here, we
can start refactoring things to split things off into tasks
that are not crucial to the main runloop
2019-07-22 16:46:33 +02:00
twinaphex
7d3fa9a84d Fix some includes 2019-07-22 15:42:35 +02:00
LazyBumHorse
6285c05948 add resolve_symlinks parameter to path_resolve_realpath() and cleanup playlist_resolve_path() 2019-07-22 13:44:35 +02:00
orbea
e13ec54dc6 Fix --disable-overlay. 2019-07-21 10:26:42 -07:00
twinaphex
9b4c50a017 Cleanups 2019-07-21 14:47:24 +02:00
twinaphex
9bde8ca3e5 Remove unused functions 2019-07-21 14:34:33 +02:00
twinaphex
b6b22a9a32 More shader refactors - make sure we can compile entirely
without shader support if HAVE_CG, HAVE_GLSL, HAVE_SLANG
and HAVE_HLSL are all not defined
2019-07-21 00:34:07 +02:00
twinaphex
1e08b2a5de Fixes keyboard processing regression 2019-07-20 20:12:41 +02:00
twinaphex
691dbb40a8 driver_update_system_av_info - refactor 2019-07-20 18:32:35 +02:00
twinaphex
a0060182e3 Add more ifdefs covering HAVE_THREADS and HAVE_AUDIOMIXER 2019-07-20 16:09:39 +02:00
twinaphex
9868b4acdb Style nits 2019-07-20 15:43:12 +02:00
twinaphex
7fe0662918 Cleanups 2019-07-20 12:51:52 +02:00
twinaphex
d905986a52 Rename functions - change rarch_ prefix to retroarch_ 2019-07-20 12:43:43 +02:00
twinaphex
16dde76a68 Cleanups 2019-07-20 12:34:49 +02:00
twinaphex
430fc16f61 Cleanups 2019-07-20 12:28:50 +02:00
twinaphex
65a777855f Cleanups 2019-07-20 00:34:47 +02:00
twinaphex
f787e77c25 Revert "Dehardcode program name string"
This reverts commit 11291cc703c1e8f5c166a9fd5ddfbeec62f0ee6b.
2019-07-19 19:39:51 +02:00
twinaphex
11291cc703 Dehardcode program name string 2019-07-19 19:24:27 +02:00
twinaphex
9e39220390 Turn function static 2019-07-18 17:35:41 +02:00
twinaphex
41a2fabb4e Create config_file_new_from_path_to_string 2019-07-18 12:03:50 +02:00
twinaphex
a6d6c21e52 Rename config_file_new_null to config_file_new_alloc 2019-07-17 19:50:32 +02:00
twinaphex
0c31437c24 Create config_file_new_null 2019-07-17 18:27:53 +02:00
twinaphex
751c2a1069 Fix issue with load_content_info 2019-07-17 06:00:24 +02:00
twinaphex
5682eee276 core options manager - use config_file_from_string 2019-07-16 19:45:59 +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
twinaphex
de8baf7bec Cleanups 2019-07-16 14:00:46 +02:00
twinaphex
31766b7245 Buildfix for targets that only define HAVE_RUNAHEAD and not
HAVE_DYNAMIC at the same time
2019-07-16 13:50:19 +02:00
twinaphex
61c49a025e input_state - cleanup 2019-07-16 12:47:55 +02:00
twinaphex
31426b00b9 Cleanup input_state 2019-07-16 11:43:35 +02:00