1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-05 19:13:45 +00:00

50080 Commits

Author SHA1 Message Date
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 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 from orbea/egl
Makefile.common: Cleanup HAVE_EGL variables.
2019-07-22 01:23:13 +02:00
Twinaphex
1661f86ec0
Merge pull request from LazyBumHorse/shader_paths
simplify video_shader_read_conf_preset() calls
2019-07-22 01:21:47 +02:00
Twinaphex
bbfe2872f5
Merge pull request 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 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 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 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 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 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 from orbea/glsl
qb: Improve the glsl check.
2019-07-21 11:49:09 +02:00
Twinaphex
013eb8d619
Merge pull request from orbea/win32
qb: Improve win32 checks.
2019-07-21 11:48:50 +02:00
Twinaphex
e3faaa575a
Merge pull request from orbea/slang
qb: Improve the slang, glslang and SPIRV-Cross checks.
2019-07-21 11:48:31 +02:00
Twinaphex
72a47797bb
Merge pull request from orbea/menu
Correctly fixes --disable-menu.
2019-07-21 11:48:13 +02:00
Twinaphex
6dbc34b249
Merge pull request from orbea/metal
qb: Allow --enable-metal for osx only.
2019-07-21 11:47:45 +02:00
orbea
19774f820f qb: Improve the glsl check. 2019-07-21 00:46:14 -07:00
orbea
ba1ed7aa13 qb: Allow --enable-metal for osx only. 2019-07-21 00:18:41 -07:00
orbea
2aa9c3e72e Correctly fixes --disable-menu.
Broken in d2893d991ce06dbb7ff510b29e96e7e13c30abcb
2019-07-21 00:05:59 -07:00
orbea
a7c03df014 qb: Improve the slang, glslang and SPIRV-Cross checks. 2019-07-20 23:30:40 -07:00
orbea
b893f58868 qb: Improve win32 checks. 2019-07-20 22:39:55 -07:00
twinaphex
cd90760b7b Buildfix for non-HAVE_MENU targets 2019-07-21 01:13:24 +02:00