mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 10:48:36 +12: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