SPU: use normal notify() thread function

Using raw_notify() everywhere was overkill.
This commit is contained in:
Nekotekina 2020-10-24 00:55:31 +03:00
parent c479d431a4
commit 2b52b4a749
3 changed files with 4 additions and 4 deletions

View file

@ -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);
}
}
}