50090 Commits

Author SHA1 Message Date
LazyBumHorse
2de6e9b43a silence compiler warnings 2019-07-22 19:27:31 +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
703437d984
Merge pull request #9167 from orbea/brace
Silence clang warning.
2019-07-22 16:55:39 +02:00
twinaphex
ee4bee2e7f Don't go through config_get_ptr 2019-07-22 16:54:45 +02:00
orbea
371087971d Silence clang warning.
menu/menu_displaylist.c:4974:44: warning: suggest braces around initialization of subobject [-Wmissing-braces]
         media_detect_cd_info_t cd_info = {0};
                                           ^
                                           {}
1 warning generated.
2019-07-22 07:48:19 -07: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
25f4aa9c30
Merge pull request #9165 from jdgleaver/playlist-mem-leak
Fix memory leak when JSON playlist fails to load
2019-07-22 16:14:25 +02:00
jdgleaver
1a2eeea2bd Fix memory leak when JSON playlist fails to load 2019-07-22 14:44:35 +01:00
twinaphex
7d3fa9a84d Fix some includes 2019-07-22 15:42:35 +02:00
twinaphex
8343e121be Add rule to travis.yml 2019-07-22 15:33:38 +02:00
Twinaphex
0ece9063e8
Add Travis check to build without HAVE_CDROM 2019-07-22 14:52:07 +02:00
twinaphex
0f18df5d66 (PS2) Buildfix 2019-07-22 14:45:55 +02:00
twinaphex
246fcf36d8 (WiiU) Add HAVE_SPIRV_CROSS/HAVE_GLSLANG/HAVE_SLANG 2019-07-22 14:44:59 +02:00
twinaphex
28c2082093 (libnx) Add INCLUDE_DIRS 2019-07-22 14:40:30 +02:00
Twinaphex
25a7f9f535
Merge pull request #9162 from orbea/defines
Makefile.common: Clean up
2019-07-22 11:48:06 +02:00
orbea
171cdd7f77 Makefile.common: Clean up
This makes usage of DEFINES, DEF_FLAGS and INCLUDE_DIRS more consistent.

* DEFINES are used for -DHAVE_FOO
* INCLUDE_DIRS are used for -Ipath/to/foo
* DEF_FLAGS are used for compiler $(FOO_CFLAGS) and other compiler arguments
2019-07-21 17:00:51 -07:00
Twinaphex
93d2a648f0
Merge pull request #9157 from orbea/egl
Makefile.common: Cleanup HAVE_EGL variables.
2019-07-22 01:23:13 +02:00
Twinaphex
1661f86ec0
Merge pull request #9154 from LazyBumHorse/shader_paths
simplify video_shader_read_conf_preset() calls
2019-07-22 01:21:47 +02:00
Twinaphex
bbfe2872f5
Merge pull request #9161 from orbea/slang
qb: Enable HAVE_SLANG, HAVE_GLSLANG and HAVE_SPRIV_CROSS dynamically.
2019-07-22 01:21:13 +02:00
twinaphex
bee9984745 Update all other input drivers 2019-07-22 01:20:00 +02:00
twinaphex
f9f2e2f48d (Android) This should fix the hotkey binding problems 2019-07-22 00:19:05 +02:00
orbea
de7bf62f86 qb: Enable HAVE_SLANG, HAVE_GLSLANG and HAVE_SPRIV_CROSS dynamically.
May help issue https://github.com/libretro/RetroArch/issues/9160.
2019-07-21 15:10:02 -07:00
orbea
fb5e007e35 Makefile.common: Cleanup HAVE_EGL variables. 2019-07-21 14:10:35 -07:00
Twinaphex
ccfea4007a
Merge pull request #9159 from orbea/moc
Correct fix for xcode10.1.
2019-07-21 23:08:42 +02:00
orbea
7d3c616790 Correct fix for xcode10.1. 2019-07-21 14:04:27 -07:00
Twinaphex
ec74fc3b84
Merge pull request #9158 from orbea/moc
Fix xcode10.1.
2019-07-21 22:57:06 +02:00
orbea
c3093aff76 Fix the xcode10.1 build. 2019-07-21 13:54:23 -07:00
Twinaphex
4da54fd9e9
Merge pull request #9152 from orbea/overlay
Fix --disable-overlay.
2019-07-21 21:36:50 +02:00
orbea
e13ec54dc6 Fix --disable-overlay. 2019-07-21 10:26:42 -07:00
Twinaphex
9d287a4311
Merge pull request #9153 from orbea/hid
Fix --disable-hid.
2019-07-21 18:49:14 +02:00
orbea
d896acb0c2 Fix --disable-hid. 2019-07-21 09:17:09 -07:00
LazyBumHorse
f8b92770d4 simplify video_shader_read_conf_preset() calls 2019-07-21 18:15:28 +02:00
Brad Parker
41b3adc8a4 cdrom: always request one sector at a time 2019-07-21 12:06:10 -04:00
twinaphex
cba3eb3968 (Dinput) Refactor dinput_is_pressed 2019-07-21 17:53:51 +02:00
twinaphex
f4104f5c9a Regression in
9c73d3305d
- joykey needs to be uint64_t and then is later cast to uint16_t -
is apparently important for hotkeys
2019-07-21 16:22:41 +02:00
twinaphex
66b88b60f2 Simplify this 2019-07-21 16:06:12 +02:00
twinaphex
727d0a1683 (Xaudio2) Optimize xa_write 2019-07-21 15:49:59 +02: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
bc47daba5e
Merge pull request #9151 from Tatsuya79/master
Show/Hide disc options.
2019-07-21 14:16:12 +02:00
twinaphex
1fe213de8c (Qt/companion UI) Driver check for ui_companion_driver comes too early inside
of menu_setting.c - have to move the check to menu_displaylist.c
instead - this fixes 'User Interface' in Qt desktop menu - was
crashing
2019-07-21 14:10:51 +02:00
twinaphex
35aa4191ac (WiiU) Add HAVE_SLANG=1 2019-07-21 13:46:51 +02:00
twinaphex
c0fcf4ab17 (Dsound) Get rid of two inline functions 2019-07-21 13:31:33 +02:00
twinaphex
8919078f48 (Qt) Add HAVE_CONFIG_H to shaderparamsdialog.cpp 2019-07-21 12:32:24 +02:00
Tatsuya79
ab3ea0f3f3 Show/Hide disc options. 2019-07-21 12:16:16 +02:00
twinaphex
b33eb9bacf Cleanups 2019-07-21 12:13:04 +02:00
Twinaphex
af2b2b07f2
Merge pull request #9150 from orbea/glsl
qb: Improve the glsl check.
2019-07-21 11:49:09 +02:00