40336 Commits

Author SHA1 Message Date
twinaphex
c1f0fceb4f More buildfixes 2017-11-08 00:59:16 +01:00
twinaphex
e7599e8952 More buildfixes 2017-11-08 00:55:38 +01:00
twinaphex
97e0ffde9f Buildfix for iOS 2017-11-08 00:53:57 +01:00
twinaphex
0085b24fd5 Cut down on gl_check_capability calls 2017-11-08 00:49:01 +01:00
twinaphex
4cae577ade Cleanups 2017-11-08 00:07:04 +01:00
twinaphex
dc700c5d8b Get rid of more ifdefs 2017-11-08 00:05:12 +01:00
twinaphex
0f6a3c8f9d Start cutting down on HAVE_GL_ASYNC_READBACK ifdef 2017-11-07 23:19:54 +01:00
twinaphex
5ea63f3b08 Get rid of HAVE_GL_SYNC ifdef 2017-11-07 23:13:26 +01:00
twinaphex
1bc30331a7 Cleanups 2017-11-07 22:59:36 +01:00
twinaphex
7a33bfe924 Get rid of more HAVE_FBO ifdefs 2017-11-07 22:54:38 +01:00
twinaphex
3ccf8c19f1 Start getting rid of HAVE_FBO ifdefs 2017-11-07 21:34:25 +01:00
twinaphex
0100e7b673 Update 2017-11-07 21:08:54 +01:00
twinaphex
fc43a14637 Updates 2017-11-07 21:03:29 +01:00
twinaphex
fe2bf47b98 Add more to renderchain driver 2017-11-07 20:56:08 +01:00
twinaphex
00d52a4783 Cleanups 2017-11-07 11:06:18 +01:00
twinaphex
a7cd8d94b0 Start going through renderchain driver interface for GL 2017-11-07 11:01:30 +01:00
twinaphex
9c6edaff30 Update renderchain driver for GL 2017-11-07 10:10:52 +01:00
twinaphex
1729bdd7bd Remove this file 2017-11-07 08:21:19 +01:00
twinaphex
b05b27bff6 config_file.c - cleanups 2017-11-07 08:08:22 +01:00
twinaphex
f681cb455c Prepare GL renderchains 2017-11-07 07:56:18 +01:00
bparker06
814f18b7a8
Update RetroArch-msvc2005.vcproj 2017-11-06 23:46:55 -05:00
twinaphex
01ac15716e (Android) Add extra include dirs 2017-11-06 23:32:02 +01:00
twinaphex
79809df6b5 Add include dirs for PSP 2017-11-06 23:26:49 +01:00
Twinaphex
c9c311a770
Merge pull request #5661 from rz5/patch-2
(xmb) De-hardcode the size of 'tabs' array
2017-11-06 22:32:19 +01:00
rz5
0d7f9c7cf0
(xmb) De-hardcode the size of 'tabs' array
As per @bparker06's recommendation.

First element of the enum is forced to be zero, so we can add a tail to the enum that we can use to query its max length.
2017-11-06 20:20:14 +00:00
twinaphex
7d2e9290e2 Convert another file to C 2017-11-06 19:49:06 +01:00
twinaphex
f5d9427d48 Convert shader_hlsl.cpp to C 2017-11-06 19:44:00 +01:00
twinaphex
40a7755fe2 Cleanups 2017-11-06 19:39:21 +01:00
twinaphex
13e0bd1932 Change function signature of file_path_rename 2017-11-06 19:17:42 +01:00
twinaphex
e5d4e2ac0a Silence a lot of warnings 2017-11-06 19:13:54 +01:00
Twinaphex
00f2a8d7ba
Merge pull request #5660 from orbea/netbsd
Add NetBSD to the list of supported operating systems.
2017-11-06 18:42:59 +01:00
Twinaphex
9af89e5d8e
Merge pull request #5659 from orbea/rm
qb: Better use of rm.
2017-11-06 18:42:13 +01:00
orbea
3c066b7a13 Add NetBSD to the list of supported operating systems. 2017-11-06 09:03:33 -08:00
orbea
f2d70664a3 qb: Better use of rm. 2017-11-06 07:25:04 -08:00
twinaphex
a1ce72ef0d Update iOS xcodeproj 2017-11-06 05:40:53 +01:00
Twinaphex
5136ec2df0 Updates 2017-11-06 05:37:32 +01:00
twinaphex
9d8dddfc3c Update solutions 2017-11-06 05:32:56 +01:00
twinaphex
451dc774b0 Update libretro-common 2017-11-06 05:26:07 +01:00
twinaphex
360a3686a0 Update include dirs 2017-11-06 05:23:53 +01:00
Twinaphex
a776565367
Merge pull request #5658 from orbea/echo
qb: Remove old commented code.
2017-11-06 03:51:39 +01:00
orbea
10722920ed qb: Remove old commented code.
'echo -n' is not portable and should not be used even if it works on osx.
'printf' would be far preferable, but there really isn't any need.
2017-11-05 18:44:45 -08:00
Twinaphex
20031e0bc4
Merge pull request #5657 from rz5/patch-2
(xmb) Fixed array index out of bounds
2017-11-06 02:10:56 +01:00
rz5
82de482b9f
(xmb) Fixed array index out of bounds
Caught by asan:

menu/drivers/xmb.c:3491:16: runtime error: index 8 out of bounds for type 'uint8_t [8]'
menu/drivers/xmb.c:1149:23: runtime error: index 8 out of bounds for type 'uint8_t [8]'
2017-11-06 01:06:13 +00:00
Brad Parker
1771b11a39 wayland: fix heap buffer overflows 2017-11-05 19:31:34 -05:00
Twinaphex
b8df76271c
Merge pull request #5654 from QuarkTheAwesome/wiiu-warnings
[WiiU] Various warning fixes
2017-11-05 16:14:18 +01:00
Twinaphex
f7ac5b3baf
Merge pull request #5652 from RobLoach/7z-deps-included
Fix for included 7zip headers
2017-11-05 01:13:33 +01:00
Twinaphex
a0dde6ea48
Merge pull request #5653 from RobLoach/patch-19
Clean up deps file includes in audio_mixer.h
2017-11-05 01:13:07 +01:00
Rob Loach
3144c38e7d
Clean up deps file includes in audio_mixer.h
The deps folder is already in the include path. This allows deps to be defined elsewhere.
2017-11-04 17:05:39 -04:00
Rob Loach
e29e8d9c62
Fix for included 7zip headers 2017-11-04 16:21:02 -04:00
Twinaphex
f781db38b9
Merge pull request #5651 from rootfather/intl-de
Intl: Update German translation
2017-11-04 18:29:21 +01:00