Commit Graph

2829 Commits

Author SHA1 Message Date
2e080d4998 Qt: Add edit function to debugger memory view 2024-09-06 22:48:50 +10:00
ab1c85790c CPU: Refactor execution mode switching
Fixes single step breaking in branch delay slots with recompiler.
Simplifies initialization.
Removes multiple sources of truth for fastmem.
2024-09-06 20:00:30 +10:00
5b4d625d23 Add *.psx as a supported PS-X EXE file type (#3290) 2024-09-06 09:33:19 +02:00
0458dfe8be MemoryCard: Don't display message for empty card 2024-09-03 21:49:51 +10:00
a7d8e6d018 Host: Add disambiguation variants for translations 2024-09-03 21:39:00 +10:00
87eded4bce 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:10 +10:00
1eb1b03141 MemoryCard: Defer creation of card until first save
Also do not overwrite the card if it failed to load.
2024-09-03 20:13:03 +10:00
1446e3035f Settings: Make Disable Interlacing a Deinterlacing mode
Saving that precious vertical space.
2024-09-03 20:02:01 +10:00
94911abdca System: Display disabled enhancements in safe mode 2024-09-03 19:29:59 +10:00
f9a594058f 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:26 +10:00
6d0f92d4fb dep/fmt: Bump to v11.0.2 2024-09-03 17:54:43 +10:00
6a3b1a2725 MDEC: Vectorize 16 and 24-bit copy-out
Speedup of 15% and 6% in FMV playback respectively.
2024-09-02 17:57:26 +10:00
63abdb7afd Reworked the "Force NTSC Timings" feature to support both NTSC and PAL frame timings (#3287) 2024-09-03 10:50:45 +02:00
164a353352 System: Fix possible race condition in presence update 2024-09-02 12:12:41 +10:00
b564f928bd DiscordRPC: Add Rcheevos Icon Support (#3286) 2024-09-01 22:02:28 +07:00
51cfea49fe ImGuiManager: Split OSD and debug window fonts
Fixes the latter not fitting on screen anymore.
2024-09-02 00:27:48 +10:00
5ed8af4236 Achievements: Shrink URL buffer sizes
They never end up being 512 bytes.
2024-09-01 23:51:16 +10:00
7f4e5d55db Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
aa955b8ae2 GPU/SW: Split out rasterizer, add dynamic selection 2023-12-23 20:38:41 +10:00
3fbdcdb4ff AudioStream: Rewrite and integrate expander 2024-09-01 13:16:10 +10:00
b84d3f14fc SPU: Vectorize reverb resampling 2024-08-31 17:30:25 +10:00
cdba1fe25a Common: Rename iNN -> sNN 2024-08-31 14:38:20 +10:00
7df5764835 Data: Remove license-incompatible shaders 2024-09-01 20:01:34 +10:00
63c7f4a893 GPU/HW: Fix assert with accurate blending + true colour on 2024-08-27 23:46:34 +10:00
d651c9f477 GameList: Support excluding disc sets 2024-08-26 21:42:35 +10:00
f243dc075d Host: Use CompressHelpers for ReadCompressedResourceFile() 2024-08-26 21:33:00 +10:00
2c27b20090 ImGuiManager: Remove unused function 2024-08-26 18:53:30 +10:00
63bf64b05d ImGuiOverlays: Use actual recording icon 2024-08-26 18:55:15 +10:00
940200f7f3 FullscreenUI: More animation fixes 2024-08-26 17:56:47 +10:00
46a6681159 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:45:23 +10:00
344a4a6215 FullscreenUI: Navigation improvements
Improve default item focus, eliminate some animation glitches.
2024-08-26 15:47:50 +10:00
e54c4c8101 ImGuiManager: Tweak OSD message size 2024-08-26 14:41:58 +10:00
7a05d5aca5 Achievements: Reset focus when opening windows 2024-08-26 14:21:09 +10:00
b04f721d55 Achievements: Use plural form for points 2024-08-26 14:07:07 +10:00
6deb2eb390 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:15:32 +10:00
a7f3d7b02d ImGuiManager: Add CompactFontRange() 2024-08-25 23:39:14 +10:00
e8b787fb57 Misc: Change various icons 2024-08-25 23:17:05 +10:00
f37a97bf18 Host: Add ReadCompressedResourceFile() 2024-08-25 17:48:12 +10:00
707453b596 FileSystem: Swap vector for DynamicHeapArray
No point zeroing it out.
2024-08-25 22:13:18 +10:00
f2c0303875 Misc: Use lightgun controller icon 2024-08-25 13:57:05 +10:00
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.
2024-08-12 18:49:28 +10:00
9dd83c4f9f InputManager: Remove unused pointer type 2024-08-24 14:23:32 +10:00
bda6869084 Qt: Implement per-game controller configuration 2024-08-24 14:10:25 +10:00
9e3507e0f4 InputManager: Support multiple mice via raw input
Only on Windows for now.
2024-08-23 22:31:59 +10:00
8b3fd538ea System: Fix HW/SW rendering swap 2024-08-23 15:59:31 +10:00
1aa9c2d564 GameDatabase: Add DisableSpriteTextureFiltering trait 2024-08-23 15:18:55 +10:00
3578572aa1 CPU/NewRec/x64: Fix data corruption on lwl/lwr with PGXP 2024-08-23 14:33:37 +10:00
2971b2f34c CPU/PGXP: Inline valid flag updates 2024-08-20 21:18:07 +10:00
d4d813f043 CPU/PGXP: Identifier name consistency 2024-08-20 20:43:21 +10:00
dadf388657 CPU/PGXP: Make validate a member function 2024-08-20 21:09:12 +10:00