Commit Graph

260 Commits (8446856ecf763728f1fa7defb0fda61684a4558f)

Author SHA1 Message Date
Stenzek b42f4a3b85 dep: Add SPIRV-Cross 3 years ago
Stenzek 49a4901c78 dep: Add biscuit and riscv-disas 3 years ago
Stenzek c561400a47 dep: Add Zydis 3 years ago
Stenzek f41384c6c8 dep/libchdr: Add chd_is_matching_parent() 3 years ago
Stenzek bd1cf91030 dep/libchdr: Add option to transfer file ownership 3 years ago
Stenzek 62c5e3af2f dep/libchdr: Add read_header variants for user-provided file 3 years ago
Stenzek 06a8349162 dep/libchdr: Re-add progress precaching 3 years ago
Stenzek 4b70853daa dep: Bump libchdr to 54bfb87 3 years ago
Stenzek 5d750a8803 dep: Bump rcheevos to 3af1e2fc5188d6e932ee379942f4049ea877e648 3 years ago
Stenzek d84a02a2c3 CMake: Build tweaks 4 years ago
Connor McLaughlin 81383afc50 dep: Add fast_float 4 years ago
Connor McLaughlin 9c41126298 dep: Add GSL 4.0.0 4 years ago
Connor McLaughlin 899efb2bdc MSBuild: Use MultiToolTask mode 4 years ago
Connor McLaughlin fd807b14aa dep: Update SDL2 to 2.24.2 4 years ago
Connor McLaughlin 56293e4d8f 3rdparty: Add vk_mem_alloc 4 years ago
Connor McLaughlin 91c8681bed dep/imgui: Round when DPI scaling instead of flooring 4 years ago
Connor McLaughlin c27026aed5 dep: Add cpuinfo 4 years ago
Connor McLaughlin dde2f6cd68 dep/imgui: Reapply 89eda96cef 4 years ago
Connor McLaughlin ccaad874a9 dep/rcheevos: Update to 31f8788 4 years ago
Connor McLaughlin 7bbacd2392 Misc: Remove unused code 4 years ago
Connor McLaughlin 43869bf74c dep: Update RAInterface 4 years ago
Connor McLaughlin 4c2906fb72 dep/soundtouch: Export main class on Android 4 years ago
Connor McLaughlin 2de402b2db Build: Add missing sln dependency 4 years ago
Connor McLaughlin fc770c83e8 dep: Add zstd 4 years ago
Connor McLaughlin 4025350457 dep/cubeb: Fix building without doxygen installed 4 years ago
Connor McLaughlin 1fb075adf9 dep/soundtouch: Disable exceptions 4 years ago
Connor McLaughlin 58cc3efa7f vsprops: Simplify conditions 4 years ago
Connor McLaughlin 3cc020069b dep/cubeb: Linux build fix 4 years ago
Connor McLaughlin 609b050676 dep/cubeb: Add cubeb_get_backend_names() 4 years ago
Connor McLaughlin 8f45bf7f27 dep/cubeb: Update to dc511c6 4 years ago
Connor McLaughlin ea65c0970c FrontendCommon: Drop SDL2 audio output 4 years ago
Connor McLaughlin d674014e30 CMake: Enable cross-compiling for macos arm64 on x86 4 years ago
Connor McLaughlin f6ff7e48c1 Build: Fix compiling for arm64/linux 4 years ago
Connor McLaughlin 1625908847 dep: Remove libsamplerate 4 years ago
Connor McLaughlin f54e32ff01 dep: Add soundtouch 4 years ago
Connor McLaughlin 25c52f97d4 CMake: Include Vulkan headers 4 years ago
Connor McLaughlin b42b5501f6 UI: Massive revamp, new features and improvements 4 years ago
Connor McLaughlin 3fb61865e5 dep/rcheevos: Update to 0181d02 4 years ago
Connor McLaughlin 0c0bd4c995 dep: Update imgui to v1.88 4 years ago
Connor McLaughlin f89529015c dep: Move Vulkan loader to common 4 years ago
Connor McLaughlin d81e156a29 dep: Add build config for fmt 4 years ago
Connor McLaughlin 830f097aad dep: Add fmt 9.0.0 4 years ago
Connor McLaughlin 9a5ef2d0a2 Cheevos: Add RAIntergration support 4 years ago
Connor McLaughlin e45c7fd1f7 dep/libchdr: arm64 compile fix on MSVC 4 years ago
Connor McLaughlin ec9411c0a7 dep/libchdr: Add chd_precache_progress()
Alternative which reports back as the file is read.
4 years ago
Connor McLaughlin bceca040d9 dep/libchdr: Remove libFLAC dependency 4 years ago
Connor McLaughlin 6b8486674f dep/libchdr: Update to a03e693 4 years ago
Connor McLaughlin 3c2d5ae508 dep/vixl: Fix compilation under MSVC2022 4 years ago
Connor McLaughlin 4c4e62cee6 dep: Update rcheevos to 0e9eb7c 4 years ago
Connor McLaughlin c43df29abc ImGuiFullscreen: Move to core 4 years ago
Connor McLaughlin ad26d352d3 vsprops: Update to VS2022 toolchain 4 years ago
Silent 9c91af6dfa
Update to rcheevos v10.2.0
Leaderboard rurl hacks are now replaced by proper calls
5 years ago
Connor McLaughlin c3a39a9bba vsprops: Add DynamicLibrary.props 5 years ago
Connor McLaughlin 9278b7f110 dep/msvc: Update SDL2 to 2.0.16 5 years ago
Connor McLaughlin 74bf021c2f MSBuild: Copy base translation files 5 years ago
Wunkolo 494b6e029f GPU/Vulkan: Add complete VK_EXT_debug_utils API entry points 5 years ago
Connor McLaughlin 0da756b0fd dep/stb: Warning fix 5 years ago
Connor McLaughlin 673f9927ad dep/stb: Use zlib for png compression 5 years ago
Connor McLaughlin 0ff1402fcd dep/libchdr: Disable verification/subcode decompression
Small speed boost on low end devices.
5 years ago
Connor McLaughlin 03ab18909a Common: Add UWP support for helper classes 5 years ago
Connor McLaughlin 281f7c5789 Build: Add UWP configurations 5 years ago
Connor McLaughlin 5da9edceb9 Build: Unify MSBuild options in props files 5 years ago
Connor McLaughlin 6a74272fb4 glslang: Warning/error fix 5 years ago
Connor McLaughlin e4b23ffb7e dep/imgui: Handle backspace text input 5 years ago
Connor McLaughlin 89eda96cef dep/imgui: Activate text input on mouse/gamepad nav 5 years ago
Connor McLaughlin 98e1bdee8d dep/vulkan-loader: _WIN32 -> WIN32 5 years ago
Connor McLaughlin 48422a9932
Merge pull request #2336 from Wunkolo/vk-debug-utils
GPU/Vulkan: Update VK_EXT_debug_report to VK_EXT_debug_utils
5 years ago
Wunkolo b7f583d10f GPU/Vulkan: Update VK_EXT_debug_report to VK_EXT_debug_utils
`VK_EXT_debug_report` has been officially depreciated by khronos in favor of the `VK_EXT_debug_utils` extension
5 years ago
Connor McLaughlin 06b009f361 Warning fixes 5 years ago
Silent d567f1e870 Upgrade rcheevos to v10.1.0 5 years ago
Silent c705eea3f9
Expose additional functions from rc_url.h
Will be needed for building proper leaderboard requests
5 years ago
Connor McLaughlin 815146e7d8 GPU/HW: Fix incorrect blend factor
Regression from 75e6c175de
5 years ago
Connor McLaughlin 0cb9a3dcb6 dep/libFLAC: Silence CPUID messages in debug builds 5 years ago
Connor McLaughlin 81f004b6c6 dep/msvc: Sync Qt submodule 5 years ago
Connor McLaughlin 270bf59817 dep/libsamplerate: Sync minimum cmake version with main 5 years ago
Connor McLaughlin e995331239 dep/vulkan-loader: Don't use potentially-conflicting symbol names 5 years ago
Connor McLaughlin d4a13f511c dep: Reduce dependencies for libretro core 5 years ago
Connor McLaughlin 4436cd5b58 dep: Remove libcue 5 years ago
Connor McLaughlin 05a89e385d Build: Use Qt 6 on Windows 5 years ago
Connor McLaughlin 1392a64a93 Re-add libretro core 5 years ago
Christopher Snowhill 1d7a7bc842 cubeb: Adjust cubeb_jack to build on latest macOS 5 years ago
Connor McLaughlin 6b2ce266d4 dep/discord-rpc: Ensure the cleared presence gets sent at shutdown 5 years ago
Connor McLaughlin a7017783e4 dep/rurl: Enlarge username buffers 5 years ago
Connor McLaughlin aa57ec6105 dep/cubeb: Work around strlcpy not existing on Linux 5 years ago
Connor McLaughlin 1893bfd248 Cheevos: Don't choke on long passwords 6 years ago
Connor McLaughlin 7190c571f9 CMake: Build system support for FreeBSD 6 years ago
Connor McLaughlin 10c3506f1a Cheevos: Linux support 6 years ago
Connor McLaughlin 0ec2c87a0e Implement RetroAchivements 6 years ago
Connor McLaughlin 20fa5b74d2 dep/rcheevos: Use https for requests in url.c 6 years ago
Connor McLaughlin 3ccaddc7e6 dep: Add rcheevos 6 years ago
Connor McLaughlin 8f9bbb0bba Vulkan: Support VK_KHR_display 6 years ago
Connor McLaughlin b267020d07 dep: Remove nativefiledialog 6 years ago
Connor McLaughlin a563f99191 dep/imgui: Update to 9499afdf5e7f22e2cf4bf7c365d18f7e1d07572b 6 years ago
Connor McLaughlin 6f60960a1d dep/imgui: Move internal header to public include 6 years ago
Connor McLaughlin 901f862737 dep/minizip: Don't define 64-bit file macros on Android
Doesn't compile with current NDKs otherwise.
6 years ago
Connor McLaughlin d23645e02f CMake: Fix Linux build 6 years ago
Connor McLaughlin 25847494d5 dep/xxhash: Set XXH_X86DISPATCH_ALLOW_AVX on x86/x64 6 years ago
Connor McLaughlin 1eab296ec3 dep: Add libsamplerate 6 years ago
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.
6 years ago
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.
6 years ago