digant73
c137beb4fc
optimize partial sector read
2026-04-07 02:31:37 +02:00
digant73
84592d86d8
minor cleanup
2026-04-05 15:59:20 +02:00
digant73
3703228272
add explicit support to .key
2026-04-05 14:22:33 +02:00
digant73
22049d4f77
rewrite nested if()
2026-04-05 01:29:48 +02:00
digant73
389dd38a55
minor cleanup
2026-04-04 23:39:20 +02:00
digant73
20dd4cef76
use hex_to_bytes() instead of self made functions
2026-04-04 20:53:41 +02:00
Antonino Di Guardo
b790a504a8
Update rpcs3/Loader/ISO.cpp
...
Co-authored-by: Megamouse <studienricky89@googlemail.com>
2026-04-04 18:40:12 +02:00
digant73
b78e5a7b36
added missing break in switch
2026-04-04 18:30:19 +02:00
digant73
dcb9df6d1d
applied suggested changes
2026-04-04 17:44:44 +02:00
digant73
2fa716445c
Fixed crash at boot parsing an ISO with a empty directory entry at file head
2026-04-04 01:08:55 +02:00
Antonino Di Guardo
c613aca2c4
minor cleanup
2026-04-03 15:02:12 +02:00
Antonino Di Guardo
cbc742c58c
minor cleanup
2026-04-03 12:13:56 +02:00
Antonino Di Guardo
501323eda8
strip minor bug fixes and cleanup
2026-04-03 12:01:12 +02:00
Antonino Di Guardo
e88833838c
fix compile errors and suppress minor warnings
2026-04-03 11:08:54 +02:00
digant73
a4d2b61655
Add support to encrypted ISO
2026-04-03 00:05:51 +02:00
BehroozRezvani
f63b1b5dc1
Fixes PS button wrong input path check
2026-04-02 19:42:15 +03:00
Elad
ac104a519e
SPU Analyzer: More fix
2026-03-31 21:56:30 +02:00
Elad
bd95c728f0
sys_fs: Implement ENOTDIR
2026-03-31 21:56:30 +02:00
kd-11
122ccca50e
rsx: Propagate texture flags when MSAA sampling is required
2026-03-31 02:51:03 +02:00
kd-11
83bfbc1399
rsx/fp: Fix lane mask computation for varying registers
2026-03-31 02:51:03 +02:00
Elad
80f972cd38
SPU Analyzer: Acknowledge unknown targets
2026-03-31 02:12:40 +02:00
Elad
615f416af3
SPU Anlyzer: Verify bitset index
2026-03-31 02:12:40 +02:00
kayforbe
1c37f64a58
Add missing <set> include for MSVC compatibility ( #18486 )
...
Added missing #include <set> in shortcut_utils.h to fix MSVC build
errors (C2059)
2026-03-30 17:47:52 +00:00
Megamouse
7c9261a461
overlays: add toggle for boot sequence music
2026-03-30 18:40:34 +02:00
Megamouse
cb3a83cba7
overlays: add setting for fatal error hint (disabled by default)
2026-03-30 18:40:34 +02:00
Megamouse
b0dbac9a07
Qt: hide log frame by default
2026-03-30 18:40:34 +02:00
Megamouse
f92677fa7e
rsx: Add missing break
2026-03-30 14:26:50 +02:00
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
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
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