mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
RawSPU: Reinvoke pending interrupts if missed
This commit is contained in:
parent
9c824aa0b5
commit
961d41d0bd
5 changed files with 130 additions and 30 deletions
|
|
@ -985,7 +985,7 @@ void spu_int_ctrl_t::set(u64 ints)
|
|||
if (auto handler = tag->handler; lv2_obj::check(handler))
|
||||
{
|
||||
rlock.unlock();
|
||||
handler->exec();
|
||||
thread_ctrl::notify(*handler->thread);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue