Commit graph

500 commits

Author SHA1 Message Date
Stenzek 7d40228765
ImGuiManager: Don't rasterize full glyph range for debug font 2024-09-02 12:37:58 +10:00
Stenzek 895c489f05
ImGuiManager: Split OSD and debug window fonts
Fixes the latter not fitting on screen anymore.
2024-09-02 00:27:49 +10:00
Stenzek aab69b06b9
Misc: Remove unused files 2024-09-01 23:17:46 +10:00
Stenzek 9ca6b5430f
Misc: Update copyright headers 2024-09-01 23:10:55 +10:00
Stenzek 00634f68cc
AudioStream: Rewrite and integrate expander 2024-09-01 23:00:30 +10:00
Stenzek 998de9de91
CDImage/ECM: Use EDC/ECC functions from libchdr 2024-09-01 20:09:44 +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 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 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 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 11787a5969
ImGui: Enable lunasvg 2024-08-25 21:17:22 +10:00
Stenzek 1d892cb212
Misc: Use lightgun controller icon 2024-08-25 21:17:11 +10:00
Stenzek b7a2b0b265
dep/imgui: Bump to v1.91.0 2024-08-25 18:22:43 +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 cc8e65d444
Deps: Switch to libjpeg-turbo 2024-08-24 20:54:45 +10:00
Stenzek 28919dd475
Deps: Bump shaderc 2024-08-24 20:54:44 +10:00
Stenzek 9c77aac295
InputManager: Remove unused pointer type 2024-08-24 14:23:32 +10:00
Stenzek 413b17482b
InputManager: Fix wheel scrolling in Big Picture 2024-08-24 14:19:24 +10:00
Stenzek eb102275c2
Qt: Implement per-game controller configuration 2024-08-24 14:19:23 +10:00
Stenzek 330381c939
InputManager: Support multiple mice via raw input
Only on Windows for now.
2024-08-23 23:06:55 +10:00
Stenzek 026c7fce7e
MediaCapture: Load media foundation on-demand
Saves loading a few megabytes worth of DLLs for a feature most users are
not going to use.
2024-08-23 15:41:56 +10:00
Stenzek 315ae833bd
VulkanDevice: Fix incorrect log 2024-08-20 11:54:16 +10:00
Stenzek ddce1b2752
ImGuiOverlays: Change icon colour depending on controller mode 2024-08-19 15:12:04 +10:00
Stenzek 3175214c92
MediaCapture: Fix MP3 audio encoding 2024-08-18 15:52:54 +10:00
Stenzek b274bf4d57
System: Switch to new capture file on video FPS change 2024-08-18 12:34:25 +10:00
Stenzek f5815f3183
ImGuiFullscreen: Display checkmark on right of choice dialog 2024-08-13 18:09:30 +10:00
Stenzek 05f9f33ec6
ImGuiFullscreen: Fix choice popup selected drawing over border 2024-08-13 18:09:30 +10:00
Stenzek 13a37418e6
FullscreenUI: Fix popup close resetting window scroll 2024-08-13 18:09:30 +10:00
Stenzek f48d3b4636
CMake: Copy FFmpeg dylibs into Mac bundle 2024-08-12 22:17:45 +10:00
Stenzek da4b5df656
MediaCapture: Add FFmpeg backend 2024-08-12 16:29:03 +10:00
Stenzek 8ad912c340
MediaCapture: Handle BGRA for MediaFoundation 2024-08-12 15:20:32 +10:00
Stenzek 422a0a0ead
MediaCapture: Fix OpenGL capture 2024-08-12 14:48:21 +10:00
Stenzek 62eb557832
MediaCapture: Warning fix 2024-08-11 23:50:37 +10:00
Stenzek af47eb6956
System: Add video capture feature 2024-08-11 21:06:58 +10:00
Stenzek 5f8082734e
VulkanDevice: Fix download inside render pass 2024-08-11 20:44:16 +10:00
Stenzek 8295fd9c3a
GPUDevice: Fix debug assertion tripping in Vulkan 2024-08-10 14:05:30 +10:00
Stenzek b72e622ae0
CubebAudioStream: Remove leftover field 2024-08-10 13:15:55 +10:00