Commit Graph

154 Commits (5da62c72699ae6675367fcdcce02a755cd68dc5f)

Author SHA1 Message Date
Connor McLaughlin 0da756b0fd dep/stb: Warning fix 4 years ago
Connor McLaughlin 673f9927ad dep/stb: Use zlib for png compression 4 years ago
Connor McLaughlin 0ff1402fcd dep/libchdr: Disable verification/subcode decompression
Small speed boost on low end devices.
4 years ago
Connor McLaughlin 03ab18909a Common: Add UWP support for helper classes 4 years ago
Connor McLaughlin 281f7c5789 Build: Add UWP configurations 4 years ago
Connor McLaughlin 5da9edceb9 Build: Unify MSBuild options in props files 4 years ago
Connor McLaughlin 6a74272fb4 glslang: Warning/error fix 4 years ago
Connor McLaughlin e4b23ffb7e dep/imgui: Handle backspace text input 4 years ago
Connor McLaughlin 89eda96cef dep/imgui: Activate text input on mouse/gamepad nav 4 years ago
Connor McLaughlin 98e1bdee8d dep/vulkan-loader: _WIN32 -> WIN32 4 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
4 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
4 years ago
Connor McLaughlin 06b009f361 Warning fixes 4 years ago
Silent d567f1e870 Upgrade rcheevos to v10.1.0 4 years ago
Silent c705eea3f9
Expose additional functions from rc_url.h
Will be needed for building proper leaderboard requests
4 years ago
Connor McLaughlin 815146e7d8 GPU/HW: Fix incorrect blend factor
Regression from 75e6c175de
4 years ago
Connor McLaughlin 0cb9a3dcb6 dep/libFLAC: Silence CPUID messages in debug builds 4 years ago
Connor McLaughlin 81f004b6c6 dep/msvc: Sync Qt submodule 4 years ago
Connor McLaughlin 270bf59817 dep/libsamplerate: Sync minimum cmake version with main 4 years ago
Connor McLaughlin e995331239 dep/vulkan-loader: Don't use potentially-conflicting symbol names 4 years ago
Connor McLaughlin d4a13f511c dep: Reduce dependencies for libretro core 4 years ago
Connor McLaughlin 4436cd5b58 dep: Remove libcue 4 years ago
Connor McLaughlin 05a89e385d Build: Use Qt 6 on Windows 4 years ago
Connor McLaughlin 1392a64a93 Re-add libretro core 4 years ago
Christopher Snowhill 1d7a7bc842 cubeb: Adjust cubeb_jack to build on latest macOS 4 years ago
Connor McLaughlin 6b2ce266d4 dep/discord-rpc: Ensure the cleared presence gets sent at shutdown 4 years ago
Connor McLaughlin a7017783e4 dep/rurl: Enlarge username buffers 4 years ago
Connor McLaughlin aa57ec6105 dep/cubeb: Work around strlcpy not existing on Linux 4 years ago
Connor McLaughlin 1893bfd248 Cheevos: Don't choke on long passwords 4 years ago
Connor McLaughlin 7190c571f9 CMake: Build system support for FreeBSD 4 years ago
Connor McLaughlin 10c3506f1a Cheevos: Linux support 4 years ago
Connor McLaughlin 0ec2c87a0e Implement RetroAchivements 4 years ago
Connor McLaughlin 20fa5b74d2 dep/rcheevos: Use https for requests in url.c 4 years ago
Connor McLaughlin 3ccaddc7e6 dep: Add rcheevos 4 years ago
Connor McLaughlin 8f9bbb0bba Vulkan: Support VK_KHR_display 4 years ago
Connor McLaughlin b267020d07 dep: Remove nativefiledialog 4 years ago
Connor McLaughlin a563f99191 dep/imgui: Update to 9499afdf5e7f22e2cf4bf7c365d18f7e1d07572b 4 years ago
Connor McLaughlin 6f60960a1d dep/imgui: Move internal header to public include 4 years ago
Connor McLaughlin 901f862737 dep/minizip: Don't define 64-bit file macros on Android
Doesn't compile with current NDKs otherwise.
4 years ago
Connor McLaughlin d23645e02f CMake: Fix Linux build 4 years ago
Connor McLaughlin 25847494d5 dep/xxhash: Set XXH_X86DISPATCH_ALLOW_AVX on x86/x64 4 years ago
Connor McLaughlin 1eab296ec3 dep: Add libsamplerate 4 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.
4 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.
4 years ago
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
4 years ago
Connor McLaughlin 8debaa34d9 dep/msvc: Update SDL2 to 2.0.14 4 years ago
Connor McLaughlin af3b2b0e15 Build: Fix xxhash on non-Windows 4 years ago
Connor McLaughlin 34dace4506 dep/xxhash: Update to latest version 4 years ago
Albert Liu b9c5d5b8a3 dep/cubeb: Update to 860bf2b 4 years ago
Connor McLaughlin 0f8f9bc052 dep/cubeb: Update to 85f1cf4 4 years ago