Commit Graph

7961 Commits

Author SHA1 Message Date
Stenzek 00634f68cc
AudioStream: Rewrite and integrate expander 2024-09-01 23:00:30 +10:00
Stenzek a5bf1ba5ce
Common: Add aligned_unique_ptr 2024-09-01 23:00:30 +10:00
Stenzek 07d1c6ab14
GSVector: Add a bunch of fp64 operations 2024-09-01 23:00:30 +10:00
Stenzek b2e48ed5d8
SPU: Vectorize reverb resampling 2024-09-01 20:09:44 +10:00
Stenzek e2bd350432
Common: Rename iNN -> sNN 2024-09-01 20:09:44 +10:00
Stenzek 998de9de91
CDImage/ECM: Use EDC/ECC functions from libchdr 2024-09-01 20:09:44 +10:00
Stenzek 1b7c56ece5
dep/libchdr: Add EDC computation functions 2024-09-01 20:09:43 +10:00
Stenzek e78539d7f9
Data: Remove license-incompatible shaders 2024-09-01 20:09:43 +10:00
Stenzek 6d3b177714
GameDB: Disable WS in Athena - Awakening from the Ordinary Life 2024-08-31 14:37:46 +10:00
Stenzek 5e1592b05d
GPU/HW: Fix assert with accurate blending + true colour on 2024-08-27 23:46:34 +10:00
Stenzek 71ca14a77a
GameList: Support excluding disc sets 2024-08-26 21:42:35 +10:00
Stenzek 7665b1c760
GPUDevice: Warning fix 2024-08-26 21:37:29 +10:00
Stenzek 2275aa85d9
GPUDevice: Use CompressHelpers
And compress the pipeline cache. Saves a fair bit of disk space.
2024-08-26 21:33:28 +10:00
Stenzek 8e11dd42b4
Host: Use CompressHelpers for ReadCompressedResourceFile() 2024-08-26 21:33:21 +10:00
Stenzek 19e94649f1
SHA1Digest: Span-ify 2024-08-26 21:33:14 +10:00
Stenzek d262e04454
Util: Add CompressHelpers 2024-08-26 21:33:14 +10:00
Stenzek b926f4e42a
ImGuiManager: Remove unused function 2024-08-26 19:00:53 +10:00
Stenzek fa5a255f9b
ImGuiOverlays: Use actual recording icon 2024-08-26 19:00:53 +10:00
Stenzek a0905c9b3b
InputManager: Don't set key down for binds when ImGui has focus
Fixes unpausing etc when alt-tabbing.
2024-08-26 18:50:04 +10:00
Stenzek 1427f7b236
FullscreenUI: More animation fixes 2024-08-26 18:50:04 +10:00
Stenzek 79f78448e2
CDROM: Fix incorrect clamp with seek speedup
And bump the minimum time up around 0.29ms or so, hopefully improve
stability in FF7.
2024-08-26 16:49:28 +10:00
Stenzek 11c3b30140
FullscreenUI: Navigation improvements
Improve default item focus, eliminate some animation glitches.
2024-08-26 16:49:28 +10:00
Stenzek 9803a38a57
ImGuiManager: Tweak OSD message size 2024-08-26 16:49:28 +10:00
Stenzek b6e2869dce
Achievements: Reset focus when opening windows 2024-08-26 14:32:25 +10:00
Stenzek 66e7e16e8e
Achievements: Use plural form for points 2024-08-26 14:20:49 +10:00
Stenzek 2f7a700c15
Host: Add TranslatePluralToSmallString() 2024-08-26 14:06:57 +10:00
Stenzek 8a3dbbbea5
SmallString: Tidy-up and add wide string helpers 2024-08-26 14:06:18 +10:00
Stenzek b02d3592dd
Data: Update SDL Game Controller DB 2024-08-26 00:35:56 +10:00
Stenzek 1dc5c3bfd3
dep/rcheevos: rc_validate does not need to be built 2024-08-26 00:35:55 +10:00
Stenzek 931e3ada95
Data: Update third-party notices 2024-08-26 00:26:27 +10:00
Stenzek 323c297fed
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:26:24 +10:00
Stenzek a9342195d3
Achievements: Fix badge download bug
Where it would download the incorrect icon if the locked badge was the
first image seen.
2024-08-26 00:26:24 +10:00
Stenzek 1003192d7e
dep/imgui: Use stb_sprintf 2024-08-26 00:16:38 +10:00
Stenzek 06b2f29bb9
CMake: Remove unused file 2024-08-26 00:16:38 +10:00
Stenzek c979c49363
ImGuiManager: Add CompactFontRange() 2024-08-26 00:16:38 +10:00
Stenzek b6228aced7
Misc: Change various icons 2024-08-26 00:16:35 +10:00
Stenzek 307f3bb9e3
ImGuiManager: Move glyph ranges to separate file 2024-08-25 23:15:39 +10:00
Stenzek 7fdb4317d8
Host: Add ReadCompressedResourceFile() 2024-08-25 22:20:58 +10:00
Stenzek 7efacbad36
FileSystem: Swap vector for DynamicHeapArray
No point zeroing it out.
2024-08-25 22:13:19 +10:00
Stenzek 1af36dcdfb
deps/rc_client: Add rc_client_get_rich_presence_strings() 2024-08-25 21:17:23 +10:00
Stenzek 11787a5969
ImGui: Enable lunasvg 2024-08-25 21:17:22 +10:00
Stenzek 5540d07119
Deps: Build lunasvg 2024-08-25 21:17:11 +10:00
Stenzek 1d892cb212
Misc: Use lightgun controller icon 2024-08-25 21:17:11 +10:00
Stenzek e019758ef8
Deps: Version bumps 2024-08-25 21:17:10 +10:00
Stenzek 3ed3b5a076
StringUtil: Use unicode replacement character in DecodeUTF8() 2024-08-25 18:23:34 +10:00
Stenzek b7a2b0b265
dep/imgui: Bump to v1.91.0 2024-08-25 18:22:43 +10:00
Stenzek 54c79ff937
Qt: Ensure window is raised after recreation
Should hopefully help with raw input issues.
2024-08-24 21:28:23 +10:00
Stenzek 0c3051e35f
CMake: Enable PIC on Linux
Otherwise ASLR does not work. Also stops LTO builds crashing in the
middle of Qt on Fedora.
2024-08-24 20:54:45 +10:00
Stenzek fbe2d46873
CMake: Add install target
Do **not** use this with /usr or /usr/local. It creates subdirectories
for resources/translations in the install prefix.

It's intended for creating a relocatable, self-contained bundle, which
can be packaged.
2024-08-24 20:54:45 +10:00
Stenzek 6bc1d7baf0
Deps: Make some libraries optional for Linux 2024-08-24 20:54:45 +10:00