Connor McLaughlin
419726f4cc
Remove libretro core - core will now be maintained by libretro
...
libretro have agreed to take over maintenance of the core.
Please see their fork at https://github.com/libretro/duckstation if you
wish to continue to use it.
2021-01-08 01:37:59 +10:00
Connor McLaughlin
d588c26cf6
Revert "dep/msvc: Update SDL2 to 2.0.14"
...
This reverts commit 8debaa34d9
.
Seems to be a few regressions, namely XBox Controller Rumble, other
controllers not detecting, etc.
2020-12-31 19:44:46 +10:00
Guillaume Bouchard
f30addc70d
Use gtk3 for nativefiledialog
...
Rational: gtk2 is not maintained anymore and the change was simple.
- Update of nativefiledialog/CMakeLists.txt in order to detect and use
gtk3
- Updated a few files referencing gtk2, especially:
- github workflow: I tested that the apt-get update works on ubuntu
18.03 in a docker container
- Readme.
This was tested in the following nixpkgs PR: https://github.com/NixOS/nixpkgs/pull/107878
2020-12-29 15:13:43 +01:00
Connor McLaughlin
8debaa34d9
dep/msvc: Update SDL2 to 2.0.14
2020-12-27 00:45:34 +10:00
Connor McLaughlin
af3b2b0e15
Build: Fix xxhash on non-Windows
2020-12-26 00:47:24 +10:00
Connor McLaughlin
34dace4506
dep/xxhash: Update to latest version
2020-12-26 00:47:02 +10:00
Albert Liu
b9c5d5b8a3
dep/cubeb: Update to 860bf2b
2020-12-09 22:41:24 -08:00
Connor McLaughlin
0f8f9bc052
dep/cubeb: Update to 85f1cf4
2020-12-08 01:47:27 +10:00
Albert Liu
47bf9862bc
dep/cubeb: Update to 70fadbf
2020-12-06 20:28:41 -08:00
Connor McLaughlin
2a61620dae
dep/libchdr: Sync to upstream (82670d5)
2020-12-01 23:34:21 +10:00
Connor McLaughlin
302b08023e
dep/vixl: Fix building for AArch32
2020-11-21 18:39:03 +10:00
Connor McLaughlin
18f8c7bc61
dep/zlib: Mac build fix again
2020-10-30 00:57:15 +10:00
Connor McLaughlin
c01d6ba44b
dep/libcue: Mac build fix
2020-10-30 00:52:44 +10:00
Connor McLaughlin
a036ae92e8
dep/cubeb: Compile fix for MSVC
2020-10-25 00:56:31 +10:00
Connor McLaughlin
f5f3b3f5d1
dep/cubeb: Add missing oss_i4_v4.c test file
2020-10-25 00:26:54 +10:00
Connor McLaughlin
045866506f
dep/cubeb: Update to 1d66483
2020-10-24 21:06:24 +10:00
Connor McLaughlin
11c25c68c5
Build: Skip AArch32 emitter for vixl on AArch64
2020-10-19 02:23:04 +10:00
Connor McLaughlin
49cea927f0
Build: Add ARM64 platform for Windows
2020-10-14 00:48:48 +10:00
Connor McLaughlin
922db9d8ee
dep/vixl: Compile fixes for MSVC
2020-10-14 00:48:48 +10:00
Connor McLaughlin
b76859a8c2
Update Qt submodule
2020-10-14 00:48:47 +10:00
Connor McLaughlin
b53be2687d
dep/sdl2: Add ARM64 binaries
2020-10-14 00:48:47 +10:00
Connor McLaughlin
10f74dff18
dep/vixl: Add MSVC project
2020-10-14 00:48:47 +10:00
Connor McLaughlin
f81502ea6f
Add ARM64 Qt to QtCompile.props
2020-10-14 00:48:47 +10:00
Connor McLaughlin
f0ac695710
dep/sdl2: Fix compilation on ARM64
2020-10-14 00:48:47 +10:00
Connor McLaughlin
ce9ff142b3
Build: Skip cubeb and googletest for libretro core
2020-10-11 12:21:08 +10:00
Connor McLaughlin
a0a78087fe
Vulkan: Support Wayland
2020-09-23 20:19:50 +10:00
Connor McLaughlin
c8d7b0fc08
dep: Update libchdr
2020-09-15 00:31:35 +10:00
Connor McLaughlin
c9372a674a
More build fixes...
2020-09-13 12:40:32 +10:00
Connor McLaughlin
16f39917e5
Linux build fix
2020-09-10 01:29:22 +10:00
Connor McLaughlin
9c4e935de9
Update Windows Qt submodule
2020-09-09 19:03:35 +10:00
Connor McLaughlin
ac6b9dc87f
dep/imgui: Move implementations to frontend-common
2020-09-06 17:28:19 +10:00
Connor McLaughlin
6bbbb96d4b
Move GameList to FrontendCommon
...
Reduces libretro core dependencies further.
2020-09-01 12:46:44 +10:00
Connor McLaughlin
13e3095801
Core: Don't link to imgui for libretro core
2020-09-01 12:22:32 +10:00
Connor McLaughlin
5f3642e9fd
VulkanLoader: Search frameworks directory for libvulkan.dylib
2020-08-25 19:07:12 +10:00
Connor McLaughlin
eb002f7e3e
dep/libcue: MSVC filter fix
2020-08-22 13:22:25 +10:00
kwyxz
31695c4ff7
Haiku port of duckstation libretro core ( #716 )
...
* Haiku build 1st attempt
* fix load on Haiku
* Removed debugging flags
* Added a couple ifndef
2020-08-22 13:20:37 +10:00
Connor McLaughlin
c5db7db182
Build: Compile source as UTF-8 with MSVC
2020-08-15 00:04:38 +10:00
jdgleaver
363804c48b
(libretro/Vulkan) Fix glslang shader-related crashes
2020-08-01 15:29:59 +01:00
Connor McLaughlin
058bea9faf
libchdr: Expose chd_open_file
2020-08-01 14:01:10 +10:00
Connor McLaughlin
bb56b169fc
VSProps: Support compiling Qt translation files
2020-07-28 03:08:41 +10:00
Connor McLaughlin
a4e9adad25
Update Windows Qt build to 5.15.0
2020-07-28 02:11:44 +10:00
Connor McLaughlin
af9afae1cd
cmake: SUPPORTS_X11 -> USE_X11 for glad
2020-07-12 12:41:58 +10:00
Connor McLaughlin
b1ba4c446b
VulkanLoader: Make vkGetDeviceProcAddr() an instance function
2020-07-12 00:36:19 +10:00
Connor McLaughlin
79841d13e2
dep/glad: Work around missing EGL_CAST on ARM drivers
2020-07-11 03:29:04 +10:00
Connor McLaughlin
011ee6331e
build: Link tinyxml2 statically in cmake/win32
2020-07-07 18:47:58 +10:00
Connor McLaughlin
b9ffca1ddf
libretro: Vulkan renderer support
2020-07-04 22:14:07 +10:00
Connor McLaughlin
16411d7669
dep/libcue: Prefix functions to avoid name clash with glslang
2020-07-04 13:47:51 +10:00
Connor McLaughlin
84a52a3911
dep/vulkan-loader: undef a bunch more problematic X11 defines
2020-06-30 03:03:56 +10:00
Connor McLaughlin
eaca5eca07
GPU/Vulkan: Use Metal layer instead NSView on macOS.
2020-06-22 15:58:07 +10:00
Connor McLaughlin
f54876deb0
Vulkan/Context: Use VK_MVK_macos_surface not VK_EXT_metal_surface
...
Will change this over some time in the future when I can work on a Mac
again and set up the layer.
2020-06-20 20:37:38 +10:00