Commit Graph

8823 Commits (v0.1-8326)
 

Author SHA1 Message Date
Stenzek 707453b596
FileSystem: Swap vector for DynamicHeapArray
No point zeroing it out.
12 months ago
Stenzek a2aa040987
deps/rc_client: Add rc_client_get_rich_presence_strings() 12 months ago
Stenzek b378ffb975
ImGui: Enable lunasvg 12 months ago
Stenzek 25d8f1be67
Deps: Build lunasvg 12 months ago
Stenzek f2c0303875
Misc: Use lightgun controller icon 12 months ago
Stenzek 599800dfa1
Deps: Version bumps 12 months ago
Stenzek c8e61307b2
StringUtil: Use unicode replacement character in DecodeUTF8() 12 months ago
Stenzek 096a0811bf
dep/imgui: Bump to v1.91.0 12 months ago
Stenzek a8cac70ee6
Qt: Ensure window is raised after recreation
Should hopefully help with raw input issues.
1 year 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.
1 year 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.
1 year ago
Stenzek 7745c9ef43
Deps: Make some libraries optional for Linux 1 year ago
Stenzek 873b540b82
Deps: Switch to libjpeg-turbo 1 year ago
Stenzek 96b8e53fbf
Deps: Bump shaderc 1 year ago
Anderson Cardoso 1425b2fb40
Atualização Português do Brasil (#3281)
Atualizado para a última versão.
1 year ago
Stenzek 9dd83c4f9f
InputManager: Remove unused pointer type 1 year ago
Stenzek f0deab2131
InputManager: Fix wheel scrolling in Big Picture 1 year ago
Stenzek bda6869084
Qt: Implement per-game controller configuration 1 year ago
Stenzek 9e3507e0f4
InputManager: Support multiple mice via raw input
Only on Windows for now.
1 year ago
Stenzek 8b3fd538ea
System: Fix HW/SW rendering swap 1 year ago
Stenzek 5433b30fec
Qt: Always display version info in settings 1 year 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.
1 year ago
Stenzek 9a0d5db74f
GameDB: Use disable sprite texture filtering for FF7/LoD 1 year ago
Stenzek 1aa9c2d564
GameDatabase: Add DisableSpriteTextureFiltering trait 1 year ago
Stenzek 3578572aa1
CPU/NewRec/x64: Fix data corruption on lwl/lwr with PGXP 1 year ago
Stenzek ccd7ba9acf
Qt: Move language/theme setting to window 1 year 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.
1 year ago
Stenzek 2971b2f34c
CPU/PGXP: Inline valid flag updates 1 year ago
Stenzek d4d813f043
CPU/PGXP: Identifier name consistency 1 year ago
Stenzek dadf388657
CPU/PGXP: Make validate a member function 1 year ago
Stenzek 491179a447
CPU/PGXP: Remove remaining C-isms 1 year ago
Stenzek a764954977
CPU/PGXP: Eliminate extra copy in SLT/SLTU 1 year ago
Stenzek 8629efc39c
CPU/PGXP: Purge macros 1 year ago
Stenzek 514116e6c3
CPU/PGXP: Rewrite SLL handler
Shift flags as well as the values.
1 year ago
Stenzek bcd2424db3
CPU/PGXP: Combine logical/arithmetic shift functions 1 year ago
Stenzek 3548bbcf90
CPU/PGXP: Combine static/variable shift instructions 1 year ago
Stenzek 2662694c04
CPU/PGXP: Purge psx_value completely 1 year ago
Stenzek fc375d76b5
CPU/PGXP: Purge psx_value from shifts 1 year ago
Stenzek 302652df22
CPU/PGXP: Purge psx_value from first half of instructions 1 year ago
Stenzek 9a6de196a3
CPU/PGXP: Use Instruction type 1 year ago
Stenzek 7dc78dbcd5
CPU/PGXP: Make MTC2/LWC2 behave the same 1 year ago
Stenzek 64a28aac53
CPU/PGXP: Fix typo in SLTU() 1 year ago
Anderson Cardoso b656e1d4ca
Atualização Português do Brasil (#3280)
Atualizado para a última versão.
1 year ago
Stenzek b9679dfb0b
System: Remove contradictory statement 1 year ago
Stenzek 6dd29eb88f
VulkanDevice: Fix incorrect log 1 year ago
Stenzek b089eaf084
Qt: Reduce dialog height 1 year ago
Stenzek 3455a0d151
System: Fix lockup with runahead enabled 1 year ago
Stenzek ef59a0da12
CPU: Fix assertion tripping in debug builds 1 year ago
Stenzek 41c8607782
TimingEvents: Don't defer frame done callback 1 year ago
Stenzek 86d4d92753
TimingEvents: Switch to 64-bit counters 1 year ago