Commit Graph

7982 Commits (503004f17c21dd0b4d6f11a34e3966823be06267)
 

Author SHA1 Message Date
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
Stenzek 3578572aa1
CPU/NewRec/x64: Fix data corruption on lwl/lwr with PGXP 6 months ago
Stenzek ccd7ba9acf
Qt: Move language/theme setting to window 6 months ago
Stenzek 5c14ac2fd1
GameDB: Allow clipping correction for Spyro 1
Can't remember why I enabled this in 2020.. maybe NCLIP related? Should
be fine now if so.
6 months ago
Stenzek 2971b2f34c
CPU/PGXP: Inline valid flag updates 6 months ago
Stenzek d4d813f043
CPU/PGXP: Identifier name consistency 6 months ago
Stenzek dadf388657
CPU/PGXP: Make validate a member function 6 months ago
Stenzek 491179a447
CPU/PGXP: Remove remaining C-isms 6 months ago
Stenzek a764954977
CPU/PGXP: Eliminate extra copy in SLT/SLTU 6 months ago
Stenzek 8629efc39c
CPU/PGXP: Purge macros 6 months ago
Stenzek 514116e6c3
CPU/PGXP: Rewrite SLL handler
Shift flags as well as the values.
6 months ago
Stenzek bcd2424db3
CPU/PGXP: Combine logical/arithmetic shift functions 6 months ago
Stenzek 3548bbcf90
CPU/PGXP: Combine static/variable shift instructions 6 months ago
Stenzek 2662694c04
CPU/PGXP: Purge psx_value completely 6 months ago
Stenzek fc375d76b5
CPU/PGXP: Purge psx_value from shifts 6 months ago
Stenzek 302652df22
CPU/PGXP: Purge psx_value from first half of instructions 6 months ago
Stenzek 9a6de196a3
CPU/PGXP: Use Instruction type 7 months ago
Stenzek 7dc78dbcd5
CPU/PGXP: Make MTC2/LWC2 behave the same 6 months ago