47228 Commits

Author SHA1 Message Date
Yoshi Sugawara
57c6686a19 fixed setting CFDocumentDirectory to not be iOS specific and respect other apple environments 2019-01-30 00:35:51 -10:00
Yoshi Sugawara
ef0cfb2504 Merge remote-tracking branch 'upstream/master' into tvos2 2019-01-30 00:34:05 -10:00
Brad Parker
f8ba41d76e C89 buildfix 2019-01-29 21:24:22 -05:00
Twinaphex
21f043201d
Merge pull request #8119 from jdgleaver/rgui-wallpaper
(RGUI) Overhaul custom theme interface + add wallpaper support
2019-01-30 02:48:06 +01:00
Twinaphex
5302a1e61c
Merge pull request #8120 from orbea/qb
qb: Workaround mali bug.
2019-01-29 21:37:21 +01:00
Yoshi Sugawara
b3703a1f2e iOS: fixed target membership of assets, added debug and release schemes for iOS 2019-01-29 10:31:04 -10:00
Yoshi Sugawara
a18512375b Support for tvOS
- add tvOS target
    - support code signing tvOS cores by adding an argument to the code signing cores script
    - use NSCachesDirectory for the documents directory
    - add some mfi controller handling logic to set non-game controllers to the last index to avoid interfering with operation
    - autodetect mfi controller for apple tv on startup - added autodetect to hid joypad
    - added a webserver to transfer files for tvOS
    - xcode: clean up project, remove unused folders
    - remove HAVE_MATERIALUI setting for tvos build, make it use XMB as default
    - added retroarch app icon courtesy of @MrJs
    - added auto-detect of mfi controller for apple tv
2019-01-29 10:13:46 -10:00
orbea
1a28b06935 qb: Workaround mali bug.
Some systems have egl libarries, but no pkgconfig file to find them.

Fixes https://github.com/libretro/RetroArch/issues/8114
2019-01-29 10:16:06 -08:00
jdgleaver
99fa2b54eb (RGUI) Overhaul custom theme interface + add wallpaper support 2019-01-29 17:20:46 +00:00
Twinaphex
d357cf9986
Merge pull request #8118 from natinusala/master
menu_entry: hide password values
2019-01-29 11:20:42 +01:00
natinusala
bf98664b15 menu_entry: hide password values 2019-01-29 10:34:58 +01:00
twinaphex
406d927f6b (D3D11) Comment out performance counter 2019-01-29 08:57:06 +01:00
Twinaphex
753552bd40
Merge pull request #8115 from orbea/qb2
makefile.common: Clean up SDL conditionals.
2019-01-29 05:50:27 +01:00
Twinaphex
bb134d2f66
Merge pull request #8117 from hizzlekizzle/master
remove conditional hiding CRT SwitchRes options
2019-01-29 05:50:12 +01:00
hizzlekizzle
7ac95f724a
add more dependencies to debian build 2019-01-28 21:25:34 -06:00
Brad Parker
deb35e01a8 fix double-free in cheat manager 2019-01-28 21:49:06 -05:00
hizzlekizzle
a80e15f135
remove conditional hiding CRT SwitchRes options
Since RPi will support switching without X, these options need to be visible even when there's no display server
2019-01-28 18:42:23 -06:00
Brad Parker
c455a86545 wiiu: fix include path to peglib for slang-parse 2019-01-28 14:43:42 -05:00
Twinaphex
edce9c02d1
Merge pull request #8116 from natinusala/d3d10-d3d11-scissor-fix
d3d10 and d3d11 scissor fix + d3d12 scissoring implementation
2019-01-28 19:56:36 +01:00
natinusala
0f3fcdd311 Implement scissoring for d2d12 2019-01-28 19:31:27 +01:00
natinusala
04b2ffcb9e Fix scissoring for d3d10 and d3d11 2019-01-28 19:23:46 +01:00
orbea
0f8de9b3b3 makefile.common: Clean up SDL conditionals. 2019-01-28 07:30:35 -08:00
Twinaphex
e8e384aa4f
Merge pull request #8076 from jdgleaver/rgui-vulkan-linear
(Vulkan) Enable RGUI 'Menu Linear Filter' option (please review)
2019-01-28 16:00:18 +01:00
twinaphex
c281435867 Add HAVE_THREADS ifdefs 2019-01-28 15:47:18 +01:00
Twinaphex
158cec17fd
Merge pull request #8107 from benutzer193/master
Fix #8081 [Wayland+Vulkan] Core Dump in wl_egl_window_resize
2019-01-28 13:09:09 +01:00
twinaphex
618286d6ef Fix path include 2019-01-28 13:06:41 +01:00
twinaphex
1c9cabf249 Add HAVE_THREADS ifdefs 2019-01-28 13:04:20 +01:00
Twinaphex
97b8dff0ab
Merge pull request #8113 from krzys-h/fix-d3d12
Fix d3d12 swap chain creation
2019-01-28 12:32:22 +01:00
krzys-h
3c18232448 Fix d3d12 swap chain creation
Apparently, HAVE_WINDOW was not defined in this file (and this obviously
doesn't appear on MSVC because of how griffin.c works...)
2019-01-28 10:44:47 +01:00
twinaphex
23463408d5 Use some macros here to avoid function call overhead 2019-01-28 08:23:20 +01:00
Twinaphex
d2edf39f11
Merge pull request #8106 from bparker06/menusounds
Implement in-menu sound effects
2019-01-28 01:23:25 +01:00
Twinaphex
8b958b91f9
Merge pull request #8105 from orbea/qb
Update generate_wayland_protos.sh.
2019-01-28 00:31:57 +01:00
Twinaphex
5330994297
Merge pull request #8108 from orbea/egl
qb: Test a real version of wayland-egl.
2019-01-28 00:07:48 +01:00
orbea
67d5bcbb5c qb: Test a real version of wayland-egl.
This matches the default mesa version in Ubuntu 14.04.
2019-01-27 12:18:31 -08:00
Brad Parker
90db5e7e27 Implement in-menu sound effects 2019-01-27 11:22:16 -05:00
Twinaphex
556b7b19de
Merge pull request #8025 from krzys-h/uwp-storagefile
(UWP) StorageFile implementation
2019-01-27 08:33:17 +01:00
Brad Parker
8b6676e17f d3d9: implement scissor test 2019-01-26 20:13:39 -05:00
Twinaphex
1546ba05d4
Merge pull request #8104 from bparker06/d3d_scissor
implement scissor test for D3D10/11
2019-01-27 01:31:11 +01:00
orbea
ae7b09afae gfx: Update generate_wayland_protos.sh. 2019-01-26 16:08:18 -08:00
Brad Parker
29a07895b9 implement scissor test for D3D10/11, fixes #7897 2019-01-26 18:52:49 -05:00
orbea
d7d5bc58b2 qb: Create qb.init.sh. 2019-01-26 14:41:37 -08:00
Twinaphex
b512c0aeb9
Merge pull request #8095 from Sunderland93/wayland-version
[Wayland] Set minimum wayland version to 1.12
2019-01-26 22:49:34 +01:00
Twinaphex
2bd70abfcd
Merge pull request #8096 from orbea/qb2
qb: Allow testing more than one version in check_pkgconf.
2019-01-26 22:49:20 +01:00
Twinaphex
b2e8a7add2
Merge pull request #8098 from Zlika/master
Add missing files in libretro-db Makefile
2019-01-26 22:48:38 +01:00
Twinaphex
e5dd7ce738
Merge pull request #8099 from fjtrujy/feature/cdfsSupport
[PS2] Add CDFS support
2019-01-26 22:48:28 +01:00
benutzer193
8e26b13578
If window is not present, create window 2019-01-26 17:49:20 +01:00
Zlika
4dbd15381a Add missing files in libretro-db Makefile 2019-01-26 15:05:50 +01:00
Francisco Javier Trujillo Mata
5ee7921b65 Add CDFS support 2019-01-26 14:21:51 +01:00
Sunderland93
10d2d13004 Fix version's comparison 2019-01-26 13:41:03 +04:00
Brad Parker
1ee66d5204 d3d: fix cross-compilation on Linux 2019-01-25 23:28:07 -05:00