Commit Graph

47466 Commits

Author SHA1 Message Date
Twinaphex 136193ab8d Buildfix 2019-02-07 04:09:08 +01:00
twinaphex f705503531 (Apple) Get rid of HAVE_CORELOCATION/HAVE_AVFOUNDATION - was mostly dormant
code and makes the Apple code needlessly complex right now. We can
always reintroduce this later on when the time is right
2019-02-07 04:03:52 +01:00
twinaphex d1edfabddb Revert "Move code to cocoa_common.m"
This reverts commit d3da2e2616.
2019-02-07 03:25:01 +01:00
twinaphex d3da2e2616 Move code to cocoa_common.m 2019-02-07 03:20:33 +01:00
twinaphex 715ddf1924 (WiiU/GX2) Add widget support (untested) 2019-02-07 02:03:48 +01:00
twinaphex f49b6e26a0 (Metal) Add menu widget support 2019-02-07 02:00:23 +01:00
twinaphex 4b2fdfad48 (D3D10/12) Add menu widgets support - text offset is wrong 2019-02-07 01:40:15 +01:00
twinaphex b0dcbdc15e (menu_display_gl.c) Simplifications 2019-02-07 01:25:25 +01:00
twinaphex dd21cfd825 (D3D11) Implement menu widgets - offset is wrong 2019-02-07 00:43:36 +01:00
twinaphex fb121ac75e (Vulkan) Hook up menu widgets 2019-02-07 00:15:32 +01:00
twinaphex 45b1ed33b2 (MSVC) Silence warning 2019-02-06 23:42:13 +01:00
twinaphex 0ab79550c9 (Qt) Push buildfixes 2019-02-06 23:40:36 +01:00
twinaphex cbfe33c579 Ifdef this 2019-02-06 23:38:54 +01:00
twinaphex 12368d6cbd Push this for Qt 2019-02-06 23:35:06 +01:00
Twinaphex 74cbbb06b0
Merge pull request #8201 from Zlika/fix_uninitialized_read
Fix uninitialised read of "override" field
2019-02-06 23:29:02 +01:00
Twinaphex 477170884b Some warning fixes 2019-02-06 23:25:41 +01:00
twinaphex 7c7d733d26 Buildfix 2019-02-06 23:17:43 +01:00
Twinaphex 49f7f457cd
Merge pull request #8199 from natinusala/menu-widgets
First version of menu widgets (gl only)
2019-02-06 22:43:43 +01:00
Zlika 81320adf28 Fix uninitialised read of override field 2019-02-06 21:25:22 +01:00
natinusala c20ab3864d First version of menu widgets (gl only) 2019-02-06 20:48:24 +01:00
Twinaphex 0bef880609
Merge pull request #8200 from orbea/c89
Fix comment.
2019-02-06 20:18:48 +01:00
orbea b9cbc9881a Fix comment. 2019-02-06 11:13:39 -08:00
Twinaphex a1150800f8
Merge pull request #8197 from orbea/c89
Fix c89 build with 32-bit linux.
2019-02-06 20:08:14 +01:00
twinaphex c48febc4f9 (GL2) Cleanups 2019-02-06 19:49:45 +01:00
twinaphex 1e394091d8 Namespace GL2 driver 2019-02-06 19:43:31 +01:00
orbea cf6c49b9a1 Fix c89 build with 32-bit linux. 2019-02-06 10:21:28 -08:00
twinaphex b7c1fda56f (Windows) Fix C89_BUILD 2019-02-06 19:08:56 +01:00
twinaphex 5d1c45e8f9 (orbis) 'else ifdef' not necessary 2019-02-06 19:03:07 +01:00
Twinaphex 8bc4a66d49
Merge pull request #8196 from orbea/c89
Fix C89_BUILD=1.
2019-02-06 18:19:55 +01:00
orbea 8ff0b14281 Fix C89_BUILD=1. 2019-02-06 09:16:26 -08:00
Twinaphex ceb439ca2a
Merge pull request #8188 from cold-brewed/master
macOS: Fix travis metal build
2019-02-06 18:05:10 +01:00
Twinaphex 0caa88a375
Merge pull request #8195 from Tatsuya79/patch-5
Gong video refresh core option
2019-02-06 18:04:54 +01:00
Tatsuya79 9c32d0df8a
Gong video refresh core option 2019-02-06 17:37:15 +01:00
Twinaphex 69d89bc991
Merge pull request #8189 from fr500/master
[discord] set partyId properly
2019-02-06 07:03:04 +01:00
radius 97b32b890e [discord] set partyId properly 2019-02-06 00:58:52 -05:00
Twinaphex 6f5dfeb20e
Merge pull request #8184 from orbea/warnings
Fix travis warnings.
2019-02-06 06:39:06 +01:00
Twinaphex c582b40525
Merge pull request #8185 from Themaister/master
Sinc: memset the resampler buffer.
2019-02-06 06:38:46 +01:00
twinaphex 5855391ac4 (Android) Bump up target SDK to 26 2019-02-06 06:03:25 +01:00
cold-brewed 6875ad8ae0 travis: Copy the app bundle from $TRAVIS_BUILD_DIR
The build no longer uses libretro-super.
2019-02-05 23:47:17 -05:00
Twinaphex 11b02125dc
Merge pull request #8186 from natinusala/master
menu_display_gl: fix scissoring implementation for gl enabled cores
2019-02-06 02:53:06 +01:00
natinusala 475f3c3cc0 menu_display_gl: fix scissoring implementation for gl enabled cores 2019-02-06 00:54:26 +01:00
natinusala 6e841e20c5 Add core info to gitignore 2019-02-06 00:54:01 +01:00
Themaister 5e7513ad60 Sinc: memset the resampler buffer.
No idea how this survived asan and valgrind over these years ...
2019-02-05 23:35:39 +01:00
orbea c9b0ba1123 Fix travis warnings. 2019-02-05 11:27:01 -08:00
Twinaphex f5343c83eb
Merge pull request #8181 from yoshisuga/ios-mfi-detect-fix
iOS: Fix mFi controller connecting
2019-02-05 19:15:03 +01:00
Yoshi Sugawara b06d75ec99 iOS: check if mfi controller already added to the internal list when connecting 2019-02-05 06:43:14 -10:00
twinaphex 55b449d743 (MSVC UWP) Add HAVE_OZONE 2019-02-05 02:52:38 +01:00
twinaphex 0a04a1c80a (GL) Cleanups 2019-02-05 02:27:08 +01:00
twinaphex 1b79f08715 (GL) Use set_coords function directly 2019-02-05 02:24:13 +01:00
twinaphex ba9de324bf Simplify gl.c 2019-02-05 02:19:16 +01:00