Commit Graph

354 Commits (wip4)

Author SHA1 Message Date
Stenzek 17d459511a
dep/rcheevos: Hash functions are not needed 1 year ago
Stenzek 1a2ad89a17
dep/rcheevos: Bump to d54cf8f 1 year ago
Stenzek b8ed013ec3
dep/reshadefx: Fix UBO reference with OpenGL 1 year ago
Stenzek f0c2832d03
Dep: Update vixl to 662828c 1 year ago
Stenzek 015804c434
System: Move GDB server into core 1 year ago
Stenzek eab4271bf7
dep/cubeb: Only include connected devices when enumerating wasapi
Otherwise you just get a ton of unusable outputs.
1 year ago
Stenzek 872cee908c
dep/cubeb: Sync to 19fcbef
And apply PR #740 (Re-enable and polish IAudioClient3 to achieve lower
latencies).

`*latency_frames = min_period;` in wasapi_get_min_latency was changed to
`*latency_frames = hns_to_frames(params.rate, min_period_rt);`, as
otherwise it reports in mixer frames, not stream frames.
1 year ago
Stenzek 1cdfca155d
Qt: Clean and remove empty game settings 1 year ago
Stenzek 7932d284f1
Deps: Add freesurround 1 year ago
Stenzek 35056c2c52
Deps: Add kissfft 1 year ago
Stenzek 8867bb129a
CMake: Tidy up build system
And fix Windows CMake... who knows how long for.
1 year ago
Stenzek 4d8ed49b24
FullscreenUI: Fix gaps between some UI elements
By rounding sizes up to the nearest pixel.
1 year ago
Stenzek fbe54f454f
Deps: Purge SPIRV-Cross from tree 1 year ago
Stenzek 5f915e1cbe
MetalDevice: Use shared SPIRV-Cross 1 year ago
Stenzek 164062f80d
Build: Use C++20 for everything except reshadefx 1 year ago
Stenzek de1a1af908
FullscreenUI: Avoid per-frame memory allocations with SmallString 1 year ago
Stenzek f4584f48f9
dep/imgui: Disable windowing key 1 year ago
Stenzek 52f1686520
Deps: Remove glslang 1 year ago
Stenzek ffbb14f508
dep/imgui: Use FreeType rasterizer 1 year ago
Stenzek 44322a14f0
dep/imgui: Update to v1.90.4 1 year ago
Stenzek cc5f9a12b1
dep: Update Vulkan-Headers to v1.3.279 1 year ago
Stenzek cd3c88ad7e
deps: Remove now-unused vendored libs 1 year ago
Stenzek b143d96476
Build: Use deps DLLs on Windows 1 year ago
Mrlinkwii 78854f433a
Deps: update simpleini to 4.22 (#3131) 1 year ago
Stenzek c854b8f85e
Image: Swap stb for libpng/libjpeg 1 year ago
Stenzek e9c4416272
dep: Add libjpeg v9f 1 year ago
Stenzek b749c483da
dep: Add libpng 1.6.43 1 year ago
Stenzek 143fb0876d
dep/glad: Update to v2.0.5 1 year ago
Stenzek 94657ae4ab
dep/rcheevos: Update to 3d01191 1 year ago
KamFretoZ 1f6636f62b Qt: Icon updates 1 year ago
Stenzek 0e6a9f637b
dep/libchdr: Rebase to upstream 2a1119c 1 year ago
Stenzek 05cbf86be0
dep/rapidyaml: Add missing files 1 year ago
Stenzek 5c08fa9d00
dep: Add rapidyaml 1 year ago
Stenzek c2c3eac749
Build: Use shared webp/zstd/zlib 1 year ago
Stenzek f369724b7c
dep/imgui: Update to v1.90.1 2 years ago
Stenzek da9e3064c2
Achievements: Display missable/progression/win icons 2 years ago
Stenzek e2e85a06cd
dep/rcheevos: Bump to 74860c9 2 years ago
Stenzek fd341f6a9d
dep/libchdr: Add chd_get_compressed_size() 2 years ago
Stenzek 7fbf40a9fc
MSBuild: Purge 32-bit targets
This has never been supported.
2 years ago
Stenzek cf45047463
CI/Windows: Use Clang-CL instead of MSVC 2 years ago
Stenzek ba5d1a109e
dep/reshadefx: Support generating GLSL ES 2 years ago
Stenzek 8431d3be0c
dep/rcheevos: Bump to 8afec6c 2 years ago
Stenzek 7fe3bfece0
fmt: Bump to version v10.1.1 2 years ago
Stenzek bbf7d9d769
ImGui: Add missing file 2 years ago
Stenzek 1b948aab62
dep/cubeb: Minimize and update to 54217bc 2 years ago
Stenzek 7cc52bba23
CMake: Support multiple CMAKE_OSX_ARCHITECTURES 2 years ago
Stenzek 1a79a2f196
dep/reshadefx: Add manual include callbacks 2 years ago
Stenzek f62a3ffbfa
dep/rcheevos: Update to 8a717b1 2 years ago
Stenzek 82b3907804
dep/libchdr: Add subtype parsing functions 2 years ago
Stenzek f05ff4103e
Misc: Build fixes for Android 2 years ago
Stenzek b3cbe5a7ee
CPU/NewRec: Add AArch32 backend 2 years ago
Stenzek 41bb9fddfc
CMake: Fix Debug x64 builds on Linux 2 years ago
Stenzek 9d14ba0541
dep/vixl: Add Reset-to-new-buffer overload 2 years ago
Stenzek e097f720bb dep/simpleini: Replace sprintf() with snprintf() 2 years ago
Stenzek 709e107db7 dep/WinPixEventRuntime: Fix incorrect ARM64 DLL 2 years ago
Stenzek 9fc736eaa0 dep/vixl: Fix build with clang-cl 2 years ago
Stenzek 60cd1d540c dep/vixl: Fix unrepresentable constants 2 years ago
Stenzek 5da65c237d dep/cubeb: Disable winmm on Windows/ARM64
Needs ksuser.lib, which is incompatible with clang-cl..
2 years ago
Stenzek 31052581d3 CMake: Fix Mac build 2 years ago
Stenzek e6bfcf22d9 CMake: Disable warnings on third-party projects 2 years ago
Stenzek c8dc8849ea Build: Ensure exceptions are off for fmt 2 years ago
Stenzek 2067b660f6 dep/rcheevos: Bump to a34895b 2 years ago
Stenzek 7fc4b89719 dep/glad: Fix Linux build 2 years ago
Stenzek 7120b19ab7 MSBuild: Generate combined .qm files 2 years ago
Stenzek c773c763ef Achievements: Switch to rc_client 2 years ago
Stenzek f8c5e4982c dep/rcheevos: Functionality changes 2 years ago
Stenzek 58d62e1ab4 dep/rcheevos: Update to ffddcdb 2 years ago
Stenzek b30c86ed75 Build: Improve MacOS support 2 years ago
Stenzek 56d95c3331 Build: Fix double-linking when creating Flatpak 2 years ago
Stenzek a66fec4266 dep/xbyak: Unreachable code warning fix 2 years ago
Stenzek 1398d789ec dep: Update rapidjson to 476ffa2 2 years ago
Stenzek be71fb6000 dep/cubeb: C++20 warning fixes 2 years ago
Stenzek 0b0abc426b dep: Remove gsl 2 years ago
Stenzek d8309b7ee9 dep/reshadefx: Hopefully fix build on some Linux systems 2 years ago
Stenzek ea68c5b4b5 Build: Use dependency package on Windows 2 years ago
Stenzek 3d8e63da9e Scripts: Add Windows dependency build scripts 2 years ago
Stenzek cee4f93097 Build: Use precompiled headers 2 years ago
Stenzek 817129328b dep: Move WinPixEventRuntime to root 2 years ago
Stenzek 358f87a74d PostProcessing/ReShade: Fix up for GL/Vulkan 2 years ago
Stenzek 8a40c7bf94 PostProcessing: Add ReShade .fx shader support 2 years ago
Stenzek 288757ca9a dep/reshadefx: Temporarily combine textures+samplers in HLSL 2 years ago
Stenzek 520e94226d Build: Don't link with glad if GL is disabled 2 years ago
Stenzek 76b5b8ad06 MSBuild: Support building with clang-cl 2 years ago
Stenzek bf15d13eb7 dep/xbyak: Update to v6.73 2 years ago
Stenzek 1a70c2b4de dep: Remove tinyxml2
No longer needed.
2 years ago
Stenzek 7b4cbe3007 MSBuild: Fix TLS plugin not getting included 2 years ago
Stenzek 5b980dafa5 System: Refactor main loop
Reduces JIT exits.
Improves runahead performance.
2 years ago
Stenzek 4ebd34fcb3 MSBuild: Use project referencing instead of .lib linking 2 years ago
Stenzek 827446b27f Build: Switch to Qt 6.5.0 on Windows 2 years ago
Stenzek 68eb32f963 dep/reshadefx: Fix building on MacOS/Linux 2 years ago
Stenzek 8c638b4c78 dep: Add reshadefx 2 years ago
Stenzek c01f249e0f dep: Update Vulkan headers 2 years ago
Stenzek 590baba2ef dep: Add D3D12MA 2 years ago
Stenzek 1b486d3f42 dep: Add WinPixEventRuntime 2 years ago
Stenzek b42f4a3b85 dep: Add SPIRV-Cross 2 years ago
Stenzek 49a4901c78 dep: Add biscuit and riscv-disas 2 years ago
Stenzek c561400a47 dep: Add Zydis 2 years ago
Stenzek f41384c6c8 dep/libchdr: Add chd_is_matching_parent() 2 years ago
Stenzek bd1cf91030 dep/libchdr: Add option to transfer file ownership 2 years ago
Stenzek 62c5e3af2f dep/libchdr: Add read_header variants for user-provided file 2 years ago