Commit Graph

353 Commits

Author SHA1 Message Date
Stenzek 2d22409d2e
dep/libchdr: Fix handling of duplicate codecs 2024-11-07 22:48:05 +10:00
Stenzek 2cd3f209e2
dep/rcheevos: Bump to 3106e6d 2024-11-05 13:18:05 +10:00
Stenzek d0ad4e7264
dep/libchdr: Fix mismatched function pointer type 2024-11-05 13:03:47 +10:00
Stenzek bb740499a5
CDImageCHD: Show precaching in MB 2024-11-04 12:34:49 +10:00
Stenzek 2c3d1d9e60
dep/libchdr: Check that metadata seek succeeds 2024-11-02 22:27:14 +10:00
Stenzek 09a825720d
dep/imgui: Fix smooth scrolling on scrollbar drag 2024-11-02 22:19:33 +10:00
Stenzek 65d7f3bf2d
dep/libchdr: Correctness fixes for 9e5deb8 2024-10-30 15:28:45 +10:00
Stenzek 9e5deb8e35
dep/libchdr: Update and fix numerous vulnerabilities 2024-10-25 20:37:52 +10:00
Stenzek 19a0854528
Deps: Update LZMA SDK to 24.08
And include XZ routines.
2024-10-22 19:40:00 +10:00
Stenzek 73fd97e770
GPUTextureCache: Fix reload replacements hotkey/menu action 2024-09-29 16:13:31 +10:00
Stenzek b971125469
MSBuild: Support creating legacy SSE2 builds 2024-09-23 21:19:28 +10:00
Stenzek 891d5cefbe
ImGuiFullscreen: Allow smooth scrolling 2024-09-09 21:57:08 +10:00
Stenzek 128d5254ca
MSBuild: Disable RTTI on Windows builds
It's not used.
2024-09-09 19:22:41 +10:00
Stenzek 432fd80f3d
PostProcessing/FX: Use SPIR-V instead of GLSL for Vulkan 2024-09-08 19:43:18 +10:00
Stenzek 86bff869bc
dep/reshadefx: Update to 7bdfb03 2024-09-08 19:19:58 +10:00
Stenzek 6d0f92d4fb
dep/fmt: Bump to v11.0.2 2024-09-03 17:54:43 +10:00
Stenzek 4322799201
dep/rcheevos: Don't silently truncate buffers in rc_api_init_fetch_image_request() 2024-09-01 23:50:06 +10:00
Stenzek 88ee70ef8a
Misc: Remove unused files 2024-09-01 23:17:17 +10:00
Stenzek 7f4e5d55db
Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
Stenzek 3fbdcdb4ff
AudioStream: Rewrite and integrate expander 2024-09-01 13:16:10 +10:00
Stenzek fe8dada392
dep/libchdr: Add EDC computation functions 2024-09-01 19:43:16 +10:00
Stenzek 63bf64b05d
ImGuiOverlays: Use actual recording icon 2024-08-26 18:55:15 +10:00
Stenzek 940200f7f3
FullscreenUI: More animation fixes 2024-08-26 17:56:47 +10:00
Stenzek 48c2760daa
dep/rcheevos: rc_validate does not need to be built 2024-08-26 00:35:42 +10:00
Stenzek 44471a66f6
dep/imgui: Don't copy the font data on building
For the CJK and SVG fonts, this is a **considerable** memory allocation
and copy, up to 20MB+. We really don't want to be doing this
unnecessarily, since we keep the buffer around anyway.
2024-08-26 00:25:35 +10:00
Stenzek 5c2fc68755
dep/imgui: Use stb_sprintf 2024-08-26 00:01:18 +10:00
Stenzek f30844cc40
ImGuiManager: Move glyph ranges to separate file 2024-08-25 22:52:21 +10:00
Stenzek a2aa040987
deps/rc_client: Add rc_client_get_rich_presence_strings() 2024-08-25 14:40:54 +10:00
Stenzek b378ffb975
ImGui: Enable lunasvg 2024-08-25 14:39:59 +10:00
Stenzek f2c0303875
Misc: Use lightgun controller icon 2024-08-25 13:57:05 +10:00
Stenzek 096a0811bf
dep/imgui: Bump to v1.91.0 2024-08-25 18:17:45 +10:00
Stenzek d5b6d35d3e
dep: Add FFmpeg v7.0.2 headers 2024-08-12 16:29:03 +10:00
Stenzek 010c7dea33
dep: Bump vk_mem_alloc to 871913d 2024-08-10 12:21:51 +10:00
Stenzek 59a1cca858
dep/rcheevos: Bump to v11.5.0 + local changes
https://github.com/stenzek/rcheevos
2024-08-04 17:08:29 +10:00
Stenzek 4eb3b2a9a7
dep: Remove soundtouch 2024-08-02 21:59:57 +10:00
Stenzek 6d70d24bc4
AudioStream: Swap to shared soundtouch library
Yay licensing requirements.
2024-08-02 21:49:19 +10:00
Stenzek 534a82d091
dep/reshadefx: Fix float printing regression 2024-07-29 22:05:36 +10:00
Stenzek 2d2bc93ada
dep/reshadefx: Avoid snprintf() when writing float constants
Locale-specific, causes breakage on some systems.
2024-07-29 20:38:34 +10:00
Stenzek ff7bfaaadb
dep/reshadefx: Avoid emitting more reserved keywords as identifiers 2024-07-07 12:46:09 +10:00
Stenzek 9a70003b70
MSBuild: Silence MSVC warning C4324 2024-07-06 19:45:16 +10:00
Stenzek 69c35c9fcd
Deps: Remove rapidjson from in-tree 2024-07-04 15:52:32 +10:00
Stenzek 4bc9fd7574
Deps: Remove discord-rpc from in-tree 2024-07-04 15:52:32 +10:00
Stenzek 00d2d862c2
Build: Use shared discord-rpc 2024-07-04 15:52:32 +10:00
Stenzek 0ae6ddcf7f
Common: Add GSVector
Mostly based on PCSX2.
2024-07-03 00:24:12 +10:00
Stenzek a255b5bc75
Deps: Remove cpuinfo from in-tree 2024-07-03 00:24:12 +10:00
Stenzek 0d3e674500
Qt: Move resources out of exe into rcc file 2024-06-30 16:45:51 +10:00
Stenzek 5bf9e1d655
dep/vixl: Fix ARM32 build 2024-06-30 16:45:51 +10:00
Stenzek 5c94ab9f22
dep/rcheevos: Avoid -1 return in rc_runtime_progress_size() 2024-06-28 13:12:07 +10:00
Stenzek 71c319ccf0
dep/rcheevos: Set RC_NO_THREADS
We protect the state ourselves, **and** Win32 mutexes are horribly slow.
2024-06-28 12:25:28 +10:00
Stenzek 17d459511a
dep/rcheevos: Hash functions are not needed 2024-06-24 13:16:49 +10:00