Commit Graph

8149 Commits (51fefb36a06eedf616dfe493eeb965ab017b1ece)
 

Author SHA1 Message Date
Stenzek 667d1bf7c8
GPUDevice: Use CompressHelpers
And compress the pipeline cache. Saves a fair bit of disk space.
6 months ago
Stenzek f243dc075d
Host: Use CompressHelpers for ReadCompressedResourceFile() 6 months ago
Stenzek c7a6e7e483
SHA1Digest: Span-ify 6 months ago
Stenzek ae2e79f401
Util: Add CompressHelpers 6 months ago
Stenzek 2c27b20090
ImGuiManager: Remove unused function 6 months ago
Stenzek 63bf64b05d
ImGuiOverlays: Use actual recording icon 6 months ago
Stenzek 05c7e6009c
InputManager: Don't set key down for binds when ImGui has focus
Fixes unpausing etc when alt-tabbing.
6 months ago
Stenzek 940200f7f3
FullscreenUI: More animation fixes 6 months ago
Stenzek 46a6681159
CDROM: Fix incorrect clamp with seek speedup
And bump the minimum time up around 0.29ms or so, hopefully improve
stability in FF7.
6 months ago
Stenzek 344a4a6215
FullscreenUI: Navigation improvements
Improve default item focus, eliminate some animation glitches.
6 months ago
Stenzek e54c4c8101
ImGuiManager: Tweak OSD message size 6 months ago
Stenzek 7a05d5aca5
Achievements: Reset focus when opening windows 6 months ago
Stenzek b04f721d55
Achievements: Use plural form for points 6 months ago
Stenzek c9f5cfc1bc
Host: Add TranslatePluralToSmallString() 6 months ago
Stenzek 88e4bf6aad
SmallString: Tidy-up and add wide string helpers 6 months ago
Stenzek a49be5db7c
Data: Update SDL Game Controller DB 6 months ago
Stenzek 48c2760daa
dep/rcheevos: rc_validate does not need to be built 6 months ago
Stenzek 0f29cd8d63
Data: Update third-party notices 6 months ago
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.
6 months ago
Stenzek 6deb2eb390
Achievements: Fix badge download bug
Where it would download the incorrect icon if the locked badge was the
first image seen.
6 months ago
Stenzek 5c2fc68755
dep/imgui: Use stb_sprintf 6 months ago
Stenzek b8026a038c
CMake: Remove unused file 6 months ago
Stenzek a7f3d7b02d
ImGuiManager: Add CompactFontRange() 6 months ago
Stenzek e8b787fb57
Misc: Change various icons 6 months ago
Stenzek f30844cc40
ImGuiManager: Move glyph ranges to separate file 6 months ago
Stenzek f37a97bf18
Host: Add ReadCompressedResourceFile() 6 months ago
Stenzek 707453b596
FileSystem: Swap vector for DynamicHeapArray
No point zeroing it out.
6 months ago
Stenzek a2aa040987
deps/rc_client: Add rc_client_get_rich_presence_strings() 6 months ago
Stenzek b378ffb975
ImGui: Enable lunasvg 6 months ago
Stenzek 25d8f1be67
Deps: Build lunasvg 6 months ago
Stenzek f2c0303875
Misc: Use lightgun controller icon 6 months ago
Stenzek 599800dfa1
Deps: Version bumps 6 months ago
Stenzek c8e61307b2
StringUtil: Use unicode replacement character in DecodeUTF8() 6 months ago
Stenzek 096a0811bf
dep/imgui: Bump to v1.91.0 6 months ago
Stenzek a8cac70ee6
Qt: Ensure window is raised after recreation
Should hopefully help with raw input issues.
6 months ago
Stenzek 41fb5d3d9a
CMake: Enable PIC on Linux
Otherwise ASLR does not work. Also stops LTO builds crashing in the
middle of Qt on Fedora.
6 months ago
Stenzek 72fc81a705
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.
7 months ago
Stenzek 7745c9ef43
Deps: Make some libraries optional for Linux 7 months ago
Stenzek 873b540b82
Deps: Switch to libjpeg-turbo 6 months ago
Stenzek 96b8e53fbf
Deps: Bump shaderc 6 months ago
Anderson Cardoso 1425b2fb40
Atualização Português do Brasil (#3281)
Atualizado para a última versão.
6 months ago
Stenzek 9dd83c4f9f
InputManager: Remove unused pointer type 6 months ago
Stenzek f0deab2131
InputManager: Fix wheel scrolling in Big Picture 6 months ago
Stenzek bda6869084
Qt: Implement per-game controller configuration 6 months ago
Stenzek 9e3507e0f4
InputManager: Support multiple mice via raw input
Only on Windows for now.
6 months ago
Stenzek 8b3fd538ea
System: Fix HW/SW rendering swap 6 months ago
Stenzek 5433b30fec
Qt: Always display version info in settings 6 months ago
Stenzek 417c1e43dd
MediaCapture: Load media foundation on-demand
Saves loading a few megabytes worth of DLLs for a feature most users are
not going to use.
6 months ago
Stenzek 9a0d5db74f
GameDB: Use disable sprite texture filtering for FF7/LoD 6 months ago
Stenzek 1aa9c2d564
GameDatabase: Add DisableSpriteTextureFiltering trait 6 months ago