1962 Commits

Author SHA1 Message Date
twinaphex
a643f9e07e Refactor/reimplement mapper 2019-08-09 16:17:30 +02:00
twinaphex
05187f1a8c Cleanups 2019-08-09 13:28:40 +02:00
twinaphex
4d860c4d16 Move menu_driver_render to retroarch.c 2019-08-09 12:54:08 +02:00
twinaphex
881ef63b63 Cleanups 2019-08-09 11:43:35 +02:00
twinaphex
1cd281fb37 Cleanups when compiling with --disable-networking 2019-08-04 08:32:18 +02:00
twinaphex
7f59161156 Cleanup 2019-08-03 09:49:48 +02:00
twinaphex
7508cd5a73 Cleanups 2019-08-03 09:37:22 +02:00
twinaphex
f111ad893b Cleanup 2019-08-03 08:45:50 +02:00
twinaphex
c82693037f Cleanups 2019-08-02 21:15:54 +02:00
twinaphex
e04e8948f5 Combine two RARCH_LOGs 2019-08-02 21:09:05 +02:00
Twinaphex
55202294e0
Merge pull request #9108 from p-sam/libnx-audren-driver
(Switch) Libnx audren based audio driver
2019-08-02 19:10:21 +02:00
p-sam
badda24c12 (Switch) audren based audio drivers (libnx only) 2019-08-02 17:01:36 +00:00
twinaphex
70e54b2763 Get rid of unnecessary functions 2019-08-02 18:25:21 +02:00
twinaphex
9517f69a0a Cleanup core_option_manager_flush 2019-08-02 18:17:38 +02:00
twinaphex
7a2d09b4bf Cleanups/rewrites 2019-08-02 17:41:26 +02:00
jdgleaver
2fc8f5b0bf Add option to save core options per-core 2019-08-02 15:44:51 +01:00
jdgleaver
9617856c5c Remove favourites init/deinit from command event, and replace with seperate functions in retroarch.h/.c 2019-07-31 11:32:19 +01:00
jdgleaver
5220dc9084 Add independent 'favourites' playlist size setting 2019-07-30 17:13:04 +01:00
twinaphex
01d0ed5c3e config_load_remap - cleanups 2019-07-30 03:05:12 +02:00
twinaphex
b5c39a6e5e Cleanup input_config_get_device_count 2019-07-29 20:10:42 +02:00
twinaphex
68a9fe0db9 Optimize GET_VARIABLE 2019-07-29 09:27:16 +02:00
twinaphex
d28cadef01 Cleanups; turn more functions into static functions 2019-07-27 04:13:33 +02:00
twinaphex
65b4c2595e Update set keyboard mapping code for input driver 2019-07-27 02:21:24 +02:00
twinaphex
d80dee882f Remove two RARCH_LOG lines 2019-07-27 00:42:08 +02:00
twinaphex
b5d11db53b (XAudio2) Device index selection now works for old
pre-XAudio 2.8 codepath
2019-07-26 17:16:24 +02:00
twinaphex
453cc3dcbd (video context driver) has_Windowed can be degraded to a simple
boolean variable
2019-07-26 06:23:20 +02:00
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