v2026.06.09-1528
·
159 commits
to rebase-rpcs3-jun2026
since this release
v2026.06.09-1528 (9422395)
Two recompiler correctness fixes over v2026.06.09-1104.
Fixed
- SPU store elimination: restored a memory-barrier guard present in upstream RPCS3 that our recompiler snapshot had dropped. Without it, a register store occurring before a GPR memory barrier could be wrongly eliminated.
- PPU branch folding: disabled a branch-folding optimization that upstream RPCS3 also disabled because it miscompiles calls (upstream issue #18287).