mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
CELL: New reservation notifications mechanism
This commit is contained in:
parent
29b0298f1e
commit
d0ebba6c5e
7 changed files with 143 additions and 55 deletions
|
|
@ -116,7 +116,7 @@ namespace vm
|
|||
{
|
||||
if (ok)
|
||||
{
|
||||
reservation_notifier(addr).notify_all();
|
||||
reservation_notifier_notify(addr);
|
||||
}
|
||||
|
||||
if (cpu && !had_wait && cpu->test_stopped())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue