mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
RawSPU: fix race condition in RunCntl stop request
This commit is contained in:
parent
ef6854ca46
commit
c11074a128
3 changed files with 31 additions and 5 deletions
|
@ -580,6 +580,7 @@ public:
|
|||
u32 ch_dec_value; // written decrementer value
|
||||
|
||||
atomic_t<u32> run_ctrl; // SPU Run Control register (only provided to get latest data written)
|
||||
shared_mutex run_ctrl_mtx;
|
||||
|
||||
struct alignas(8) status_npc_sync_var
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue