52306 Commits

Author SHA1 Message Date
Twinaphex
1521be8acb
Merge pull request #10007 from orbea/eval
qb: Move BUILD_DIRS to the correct function.
2020-01-15 08:21:05 +01:00
Twinaphex
76c97bbfad
Merge pull request #10009 from orbea/qb-win
qb: Clean up.
2020-01-15 07:52:30 +01:00
Twinaphex
1b931dd410
Merge pull request #10008 from orbea/qt-fix
qb: Fix the qt configure check with older compilers.
2020-01-15 07:51:52 +01:00
orbea
77baa1c930 qb: Clean up. 2020-01-14 22:12:22 -08:00
orbea
d41b7770c4 qb: Fix the qt configure check with older compilers. 2020-01-14 21:01:50 -08:00
Twinaphex
4f145a4f4f
Update CHANGES.md 2020-01-15 05:29:50 +01:00
twinaphex
fc7dc3cef7 (Camera) Add stub null camera driver 2020-01-15 05:20:01 +01:00
orbea
0dbfd721b3 qb: Move BUILD_DIRS to the correct function. 2020-01-14 20:06:09 -08:00
Twinaphex
243505b7cb
Merge pull request #10006 from orbea/eval
qb: Remove potentially unsafe uses of eval.
2020-01-15 00:43:09 +01:00
orbea
04af898fe5 qb: Remove potentially unsafe uses of eval. 2020-01-14 14:30:28 -08:00
Twinaphex
9e1c5747f6
Merge pull request #10004 from orbea/exists
qb: Update the exists function.
2020-01-14 22:33:47 +01:00
twinaphex
ab49806a5f add another ifdef 2020-01-14 22:09:00 +01:00
twinaphex
e24934d5ea Improve compile time checks for determining if ffmpeg
version supports hardware decoder
2020-01-14 21:41:26 +01:00
Twinaphex
8ab162ffb1
Update CHANGES.md 2020-01-14 20:28:41 +01:00
Twinaphex
614e5bc44f
Update CHANGES.md 2020-01-14 20:28:23 +01:00
twinaphex
c1137ee3fa CoreAudio - Put g_interrupted behind IOS ifdefs 2020-01-14 20:22:06 +01:00
twinaphex
6cfe0ea77c (Audio) Update 2020-01-14 20:20:54 +01:00
orbea
d89b7f93b2 qb: Update the exists function. 2020-01-14 10:20:35 -08:00
Twinaphex
a6b114e423
Merge pull request #10000 from orbea/comp
qb: Allow multi argument CC and CXX.
2020-01-14 19:01:14 +01:00
Twinaphex
90f2ebeac1
Update CHANGES.md 2020-01-14 18:51:40 +01:00
Twinaphex
60cca4d9d2
Merge pull request #10003 from jdgleaver/disk-control-tweaks
Disk control interface improvements
2020-01-14 18:48:57 +01:00
hizzlekizzle
9b2752ff07
Merge pull request #9896 from m4tsa/update-libnx
fix breaking changes from the 3.0.0 libnx release
2020-01-14 08:32:47 -06:00
jdgleaver
16c4035e1c DISABLE_MENU=1 build fix 2020-01-14 14:04:34 +00:00
jdgleaver
b5eba22aaf Disk control interface improvements 2020-01-14 12:30:08 +00:00
twinaphex
98b572d17a (FFmpeg) Add more ffmpeg_sw_decoder_threads options 2020-01-14 06:56:14 +01:00
Twinaphex
76c6e01534
Update CHANGES.md 2020-01-13 19:34:17 +01:00
Twinaphex
15b1281075
Update CHANGES.md 2020-01-13 19:34:05 +01:00
twinaphex
e4ef930b47 (Android) Prevent crash when Android device is minimized and you go back to
the app
2020-01-13 19:21:24 +01:00
orbea
19e86a2b19 qb: Allow multi argument CC and CXX. 2020-01-13 09:41:14 -08:00
twinaphex
46b62b4a63 Update Makefile 2020-01-13 08:28:26 +01:00
twinaphex
7874d179da Simplify create_win32_process 2020-01-13 00:01:28 +01:00
twinaphex
341a4d50ea Buildfix 2020-01-12 23:56:08 +01:00
twinaphex
b8328a9fdf (Accessibility) Cleanups 2020-01-12 22:04:31 +01:00
twinaphex
5b8411fe77 Silence implicit definition warnings 2020-01-12 21:46:28 +01:00
twinaphex
682d8f23e9 Strip out accessibility settings in menu if HAVE_ACCESSIBILITY
is not defined
2020-01-12 21:38:30 +01:00
twinaphex
34a9224334 Add accessibility.h 2020-01-12 21:34:31 +01:00
twinaphex
88ee7cbfa8 Add HAVE_ACCESSIBILITY switch 2020-01-12 21:33:00 +01:00
twinaphex
70e472e9e2 (menu widgets) Minor variable cleanups; shouldn't affect anything 2020-01-12 21:11:26 +01:00
twinaphex
e9adb44c4a Avoid two warnings 2020-01-12 00:07:41 +01:00
twinaphex
81f8cae52a (RGUI) Prevent 'potential uninitialized reference to variables'
in load_custom_theme
2020-01-11 23:22:54 +01:00
twinaphex
36e67108fb Cleanups 2020-01-11 23:22:54 +01:00
Twinaphex
f0bad7b091
Merge pull request #9988 from hasenbanck/fix-brackets
Fix brackets in buffer logic of the ffmpeg core.
2020-01-11 23:15:28 +01:00
Nils Hasenbanck
354c50039b Fix brackets in buffer logic of the ffmpeg core. 2020-01-11 15:01:21 +01:00
twinaphex
b9c69e24a9 Cleanups 2020-01-11 05:06:38 +01:00
twinaphex
6319262b9c (RGUI) Prevent warning 2020-01-11 05:03:27 +01:00
twinaphex
78e02bf3dd Avoid warnings when HAVE_RUNAHEAD is not defined 2020-01-11 05:02:46 +01:00
twinaphex
3492ba5fd6 (libretro-common) Prevent warning 2020-01-11 04:48:33 +01:00
twinaphex
f9ed6cbbfe Prevent another warning 2020-01-11 04:27:38 +01:00
twinaphex
98a573033d Prevent another warning 2020-01-11 04:26:31 +01:00
twinaphex
066089873b Prevent warning when HAVE_NETWORKING is not defined 2020-01-11 04:13:05 +01:00