mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Update SPU reservation notifier mask
This commit is contained in:
parent
4647f3046e
commit
9fc5f6271b
2 changed files with 3 additions and 3 deletions
|
|
@ -1004,7 +1004,7 @@ cpu_thread& cpu_thread::operator=(thread_state)
|
|||
{
|
||||
if (u32 resv = atomic_storage<u32>::load(thread->raddr))
|
||||
{
|
||||
vm::reservation_notifier(resv).notify_one();
|
||||
vm::reservation_notifier(resv).notify_all(-128);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue