45113 Commits

Author SHA1 Message Date
Stuart Carnie
6b7572d166 fix(macOS): Fix stack overflow when raising Metal shader load event 2018-09-01 16:12:43 -07:00
Stuart Carnie
802697fdec fix(Metal): Use textures for pixel conversion 2018-09-01 11:58:37 -07:00
Stuart Carnie
577d81071e fix(Metal): Cleanup shader logging messages 2018-09-01 11:58:37 -07:00
Stuart Carnie
1264e9c533 fix(Metal): Use ifdef syntax; add correct default for Metal build 2018-09-01 11:58:37 -07:00
Stuart Carnie
93b79fac90 fix(gfx): Move enum to end to avoid breaking existing configurations
* `aspect_ratio_index` relies on the ordinal values not changing
2018-09-01 11:58:37 -07:00
Twinaphex
4457bad631
Merge pull request #7165 from kwyxz/haiku-mbedtls-fix
mbedtls in 1.7.4 broke Haiku build
2018-09-01 13:58:09 +02:00
Benjamin FRANCOIS
c723f13753 This allows building on Haiku after disabling Discord 2018-09-01 07:25:06 +00:00
Twinaphex
4e0c2314d9 Define HAVE_SSL for OSX 2018-09-01 04:22:57 +02:00
twinaphex
34e295ec51 Add net_socket_ssl.cto griffin 2018-09-01 04:20:23 +02:00
twinaphex
2fb8831dcc Uniquely name functions 2018-09-01 04:18:01 +02:00
twinaphex
31df00d52a Uniquely name functions 2018-09-01 04:14:36 +02:00
twinaphex
fb047e4622 Uniquely name functions 2018-09-01 04:12:58 +02:00
twinaphex
18203f4d30 Cleanups 2018-09-01 04:11:16 +02:00
twinaphex
6d29cde453 (SSL) Name functions uniquely 2018-09-01 04:09:59 +02:00
twinaphex
e83504002d (SSL) Make these functions unique 2018-09-01 04:08:27 +02:00
Twinaphex
93af9baf48 Remove warning 2018-09-01 04:04:15 +02:00
twinaphex
23eb1e981a Remove HAVE_STRIPES from OSX build 2018-09-01 04:01:03 +02:00
twinaphex
d5fa379aa8 Update header 2018-09-01 03:54:47 +02:00
Twinaphex
1ad6291c79
Merge pull request #7163 from Tatsuya79/patch-5
fix task_save.c
2018-09-01 01:53:09 +02:00
Tatsuya79
dd9db41403
fix task_save.c 2018-09-01 01:50:30 +02:00
Twinaphex
09284dc6ce
Merge pull request #7162 from Tatsuya79/patch-4
revert #7156
2018-09-01 01:46:41 +02:00
Tatsuya79
64459bda3a
revert #7156
revert https://github.com/libretro/RetroArch/pull/7156
2018-09-01 01:41:21 +02:00
twinaphex
64cc28a487 Update 2018-09-01 01:14:26 +02:00
twinaphex
c0c88173a0 (CocoaTouch) Fix some function callback signatures 2018-09-01 01:07:14 +02:00
Twinaphex
65535a1259 Cleanups 2018-09-01 01:03:58 +02:00
twinaphex
10f374182f Revert "Change these ifdefs"
This reverts commit 245f265098044fe980c608c41213493b3722ef1a.
2018-08-31 21:49:16 +02:00
twinaphex
245f265098 Change these ifdefs 2018-08-31 21:48:58 +02:00
twinaphex
85f093e042 Change these to numbers 2018-08-31 21:25:33 +02:00
neville
8c3479f850 (OSX PowerPC) PowerPC Fixed 2018-08-31 21:22:37 +02:00
bparker06
ad15f76ff5
travis: add OSX Metal build 2018-08-31 13:49:44 -04:00
neville
bd43682341 Use dynamic lookup code path 2018-08-31 19:37:40 +02:00
Twinaphex
832bf6d6e8 Get rid of this compile-time ifdef 2018-08-31 19:29:11 +02:00
twinaphex
a58511ec00 Revert "Compatibility fixes for OSX PPC"
This reverts commit d7899c51aa7ef7b752be97409dafdca8d9597e11.
2018-08-31 19:20:10 +02:00
twinaphex
70f9abe99f Revert "Add conditionals to maintain backwards compatibility with OSX 10.5"
This reverts commit 1222192afb2438880f61b02d35be2c04c5af1a7e.
2018-08-31 19:20:03 +02:00
twinaphex
0b069c4ee3 Revert "Use constant values instead of MAC_OS_X_VERSION_ - might not be available on earlier OSX versions/xcode"
This reverts commit f35b578c42c6a1cd6b96ec87c4b50a97e0cb9b83.
2018-08-31 19:19:56 +02:00
twinaphex
1265d7546c Revert "Start using raw constants for OSX version detection"
This reverts commit ab34a70873637232be341f1c07544d9749e6dddb.
2018-08-31 19:19:42 +02:00
twinaphex
c7af7ae00d Revert "Add conditionals for OSX 10.6 and higher"
This reverts commit 7f7f23d08ba0494664c1cf941c219d3a84468be2.
2018-08-31 19:19:35 +02:00
twinaphex
91145e02c6 Revert "OSX PowerPC - gets it compiling and linking again but doesn't work -"
This reverts commit f16ec700a952e8c8b0f3444bec2aa94b2383fb78.
2018-08-31 19:19:27 +02:00
Twinaphex
e2a650cb26 Remove unused variable 2018-08-31 19:02:47 +02:00
Twinaphex
4a30ec5623
Update CHANGES.md 2018-08-31 18:44:24 +02:00
Twinaphex
b86164cccb
Merge pull request #7159 from bparker06/qt_filterarchives
Qt: add option to filter extensions inside archives when adding to a playlist
2018-08-31 17:50:59 +02:00
Brad Parker
230787808c Qt: fix playlist title when adding a folder with one item 2018-08-31 09:16:45 -04:00
Brad Parker
faaf84aef3 Qt: do not show right-click menu for file browser contents 2018-08-31 09:05:22 -04:00
Twinaphex
41f7de72cd
Merge pull request #7157 from RobLoach/configure
libretro-common: Restore libretro-common/audio/dsp_filters/configure
2018-08-31 05:48:47 +02:00
Brad Parker
30fb23ccbe Qt: add option to filter extensions inside archives when adding to a playlist 2018-08-30 23:06:34 -04:00
Rob Loach
c7e6eda438
libretro-common: Restore libretro-common/audio/dsp_filters/configure 2018-08-30 22:23:05 -04:00
twinaphex
7c22f265b8 Update libretro-common 2018-08-31 02:28:20 +02:00
Twinaphex
02e23be127
Merge pull request #7156 from RetroSven/master
push save state into background for cores that need the emulator to be running during serialization
v1.7.4
2018-08-30 18:15:29 +02:00
Sven
75abd1f36e Merge remote-tracking branch 'upstream/master' 2018-08-30 12:07:41 -04:00
neville
f16ec700a9 OSX PowerPC - gets it compiling and linking again but doesn't work -
left a TODO/FIXME for aussiebloke
2018-08-30 17:45:22 +02:00