Commit Graph

19198 Commits

Author SHA1 Message Date
Megamouse
789bab97be Qt: add some sorting options to the screenshot manager 2026-03-30 14:26:50 +02:00
Megamouse
3e60bd2aa6 steam: disable steam input for shortcuts 2026-03-30 12:41:19 +02:00
Megamouse
6dc06b3ff5 Update Qt to 6.11.0 2026-03-30 10:58:19 +02:00
Megamouse
a10390e52a Update libpng to 1.6.56 2026-03-30 10:58:19 +02:00
Megamouse
433110b4d8 Update wolfssl to 5.9.0 2026-03-30 10:58:19 +02:00
Megamouse
b94e6d4864 Fix some warnings 2026-03-30 10:58:19 +02:00
Megamouse
44dc29e52b Qt: Add some some more thread names 2026-03-30 10:58:19 +02:00
Megamouse
ab03d76ed6 overlays: show latching message for fatal errors 2026-03-30 10:13:05 +02:00
Megamouse
bd2b2c2747 Qt: add recording settings dialog 2026-03-30 09:17:20 +02:00
Kravickas
09a7ee678c
ui67 2026-03-30 06:40:22 +02:00
Kravickas
0d088378c9
ui10 2026-03-30 03:52:39 +02:00
Kravickas
306edddf08
ui9
Removed unnecessary addition of 10 to browser height calculation and added comments for clarity.
2026-03-30 02:51:34 +02:00
Kravickas
bc77c0cb42
ui send help 2026-03-30 01:52:59 +02:00
Kravickas
88f466385a
ui7 2026-03-30 00:45:13 +02:00
Kravickas
df88ef1a65
ui6 2026-03-29 23:05:45 +02:00
Kravickas
caf9b9d410
ui4 2026-03-29 21:44:47 +02:00
Kravickas
6cff6f80b7
ui3 2026-03-29 20:38:22 +02:00
Ani
aa7cf5ea15
sysinfo: Implement RAM Usage stats for Linux (#18473)
Reads memory statistics from "/proc/meminfo"
2026-03-29 19:48:59 +03:00
oltolm
f8fe64ff77 find_dialog: fix compiler warning 2026-03-29 14:45:53 +02:00
oltolm
1791876eda remove unused lambda captures 2026-03-29 14:45:53 +02:00
oltolm
e6204d3c1d CMake: fix the case USE_SYSTEM_ZLIB=OFF and USE_SYSTEM_CURL=OFF 2026-03-29 14:45:53 +02:00
oltolm
f0f9ef6f30 cmake: fix build with latest Curl 2026-03-29 14:45:53 +02:00
Kravickas
6636d8eedd
ui2 2026-03-28 22:22:23 +01:00
Kravickas
81ea30f288
ui 2026-03-28 21:21:36 +01:00
Kravickas
cd782cb4fe
pr test 2026-03-28 19:29:08 +01:00
Kravickas
b3b2225131
Merge branch 'RPCS3:master' into master 2026-03-28 19:25:39 +01:00
kd-11
51ea735cb5 rsx/vk: Try to reclaim memory aggressively when changing resolution scale 2026-03-28 20:20:12 +03:00
kd-11
069821a2e7 rsx/rtts: Fix broken optimization check
- Typo. Applying inverse res scale is really not what we want
2026-03-28 20:20:12 +03:00
kd-11
0052108e87 rsx/rtt: Fix transfer region calculation when source and destination scaling does not match 2026-03-28 20:20:12 +03:00
kd-11
64c24959cb rsx: Fix clang build 2026-03-28 20:20:12 +03:00
kd-11
b57390d3cd rsx/overlays: Add resolution scale threshold to home menu 2026-03-28 20:20:12 +03:00
kd-11
91c136b6d0 rsx/overlay: Add resolution scale slider to home menu 2026-03-28 20:20:12 +03:00
kd-11
c00fa2cc8c config: Make resolution scaling a dynamic option 2026-03-28 20:20:12 +03:00
kd-11
fe3cbde1d3 rsx: Add optimization to skip cloning surfaces whose dimensions did not change
- If only the threshold changed or the surface is below threshold anyway, nothing will change
- In those cases, just update the internal data and continue
2026-03-28 20:20:12 +03:00
kd-11
e2dff6bbf8 rsx: Implement resolution scale change handling in surface cache 2026-03-28 20:20:12 +03:00
Kravickas
81477e6c7d
fixup 2026-03-28 15:56:43 +01:00
Kravickas
66b7f9eeea
Enhance update dialog with changelog and links
Added support for displaying changelog with clickable PR links in update dialog.
2026-03-28 15:39:19 +01:00
Elad
976cd1ce66 SaveStates: Fix restart after saving 2026-03-27 22:22:40 +03:00
Elad
a4523651c7 RPCS3: Notify RAM shortage, Log current and peak RAM usage 2026-03-27 20:20:29 +03:00
BehroozRezvani
2702417192
Make performance overlays use window space (#18419)
Adds a new performance overlay option to use the whole window as rather
than just framebuffer space.
2026-03-27 16:08:46 +01:00
capriots
72b872df66
cellDmuxPamf: fix freezing FMVs in some games
- Delays demuxing a bit to let the game finish initializing FMV
playback.
- Also includes the missing half of #18450 which I forgot to Commit ^^"
- Sets cellDmuxPamf to HLE by default again
2026-03-27 13:47:26 +00:00
Elad
bb3e2689d4 Thread.cpp: Fix game exit on access violation
Fixes game closing in Twisted Metal.
This commit also aloows to debug such states by using cpu_flag::req_exit as a broker
2026-03-26 13:55:00 +02:00
Elad
4ced11e533 SPU Analyzer: Add pure opcode tag 2026-03-26 13:55:00 +02:00
Elad
9a0a5a1735 LLVM: Try to reuse BitCasts 2026-03-26 13:55:00 +02:00
Elad
e83034624b SPU Debugger: Measure rate of block ran 2026-03-26 13:55:00 +02:00
Elad
619fe7b14e SPU LLVM: Classify SPU memory and context memory instructions 2026-03-26 13:55:00 +02:00
Elad
37a07ae545 SPU LLVM: Optimize FM, FMA and FCGT in Reduced Loop 2026-03-26 13:55:00 +02:00
Elad
e1eae3ee49 Add floating ppoint hint 2026-03-26 13:55:00 +02:00
Elad
49abd6d8e5 SPU LLVM: Allow the reuse of address from LQX/STQX 2026-03-26 13:55:00 +02:00
Elad
fbdbf8addf SPU LLVM: CEQHI pattern 2026-03-26 13:55:00 +02:00