mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
SPU: use normal notify() thread function
Using raw_notify() everywhere was overkill.
This commit is contained in:
parent
c479d431a4
commit
2b52b4a749
3 changed files with 4 additions and 4 deletions
|
@ -3646,7 +3646,7 @@ bool spu_thread::stop_and_signal(u32 code)
|
|||
|
||||
if (thread.get() != this)
|
||||
{
|
||||
thread_ctrl::raw_notify(*thread);
|
||||
thread_ctrl::notify(*thread);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue