mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
Implement cpu_thread::suspend_all
Remove Accurate PUTLLC option. Implement fallback path for SPU transactions.
This commit is contained in:
parent
17d0dcb7a2
commit
5d45a3e47d
18 changed files with 843 additions and 362 deletions
|
@ -529,7 +529,7 @@ public:
|
|||
|
||||
// Reservation Data
|
||||
u64 rtime = 0;
|
||||
std::array<u128, 8> rdata{};
|
||||
std::array<v128, 8> rdata{};
|
||||
u32 raddr = 0;
|
||||
|
||||
u32 srr0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue