Commit graph

2826 commits

Author SHA1 Message Date
spacepaw cd6e2fc16a
Add *.psx as a supported PS-X EXE file type () 2024-09-06 17:33:19 +10:00
Stenzek 2d40ddaf33
MemoryCard: Don't display message for empty card 2024-09-03 21:49:51 +10:00
Stenzek 2840262f28
Host: Add disambiguation variants for translations 2024-09-03 21:45:52 +10:00
Stenzek 0ceeddbfe7
FileSystem: Fix FD leak with atomic updated file on Linux
Also add the ability to explicitly commit and check for errors.
2024-09-03 20:43:12 +10:00
Stenzek 94d0dd7b42
MemoryCard: Defer creation of card until first save
Also do not overwrite the card if it failed to load.
2024-09-03 20:13:05 +10:00
Stenzek cf9ef3d2ac
Settings: Make Disable Interlacing a Deinterlacing mode
Saving that precious vertical space.
2024-09-03 20:02:05 +10:00
Stenzek 08edd9894b
System: Display disabled enhancements in safe mode 2024-09-03 19:29:59 +10:00
Stenzek f93e5efa26
Settings: Force Frame Timings => Force Video Timing
Also drop from GameDB, an override doesn't make sense here anyway,
due to the low success rate with the enhancement.
2024-09-03 19:06:28 +10:00
Stenzek 6357d95c22
dep/fmt: Bump to v11.0.2 2024-09-03 18:53:19 +10:00
Stenzek 23fa3776ec
MDEC: Vectorize 16 and 24-bit copy-out
Speedup of 15% and 6% in FMV playback respectively.
2024-09-03 18:51:36 +10:00
spacepaw f511877910
Reworked the "Force NTSC Timings" feature to support both NTSC and PAL frame timings () 2024-09-03 18:50:45 +10:00
Stenzek 2e0b0d3963
System: Fix possible race condition in presence update 2024-09-02 12:12:41 +10:00
KamFretoZ 45291c5afe
DiscordRPC: Add Rcheevos Icon Support () 2024-09-02 01:02:28 +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 a8cca7638f
Achievements: Shrink URL buffer sizes
They never end up being 512 bytes.
2024-09-01 23:51:18 +10:00
Stenzek 9ca6b5430f
Misc: Update copyright headers 2024-09-01 23:10:55 +10:00
Stenzek 25bc8a6480
GPU/SW: Split out rasterizer, add dynamic selection 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 e78539d7f9
Data: Remove license-incompatible shaders 2024-09-01 20:09:43 +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 8e11dd42b4
Host: Use CompressHelpers for ReadCompressedResourceFile() 2024-08-26 21:33:21 +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 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 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 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 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 1d892cb212
Misc: Use lightgun controller icon 2024-08-25 21:17:11 +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 9c77aac295
InputManager: Remove unused pointer type 2024-08-24 14:23:32 +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 14f69b7b78
System: Fix HW/SW rendering swap 2024-08-23 15:59:38 +10:00
Stenzek a3b1734bd1
GameDatabase: Add DisableSpriteTextureFiltering trait 2024-08-23 15:18:55 +10:00
Stenzek eaf574bfa6
CPU/NewRec/x64: Fix data corruption on lwl/lwr with PGXP 2024-08-23 14:33:42 +10:00
Stenzek 6104821a08
CPU/PGXP: Inline valid flag updates 2024-08-20 22:29:51 +10:00
Stenzek 2011f66f06
CPU/PGXP: Identifier name consistency 2024-08-20 22:29:51 +10:00
Stenzek 1988d6d6e4
CPU/PGXP: Make validate a member function 2024-08-20 22:29:51 +10:00
Stenzek bee7fd86b8
CPU/PGXP: Remove remaining C-isms 2024-08-20 22:29:51 +10:00
Stenzek 6e8a69c46f
CPU/PGXP: Eliminate extra copy in SLT/SLTU 2024-08-20 22:29:51 +10:00
Stenzek 17e8b610ea
CPU/PGXP: Purge macros 2024-08-20 22:29:51 +10:00