RawSPU: Reinvoke pending interrupts if missed

This commit is contained in:
Eladash 2022-05-24 11:20:30 +03:00 committed by Ivan
parent 9c824aa0b5
commit 961d41d0bd
5 changed files with 130 additions and 30 deletions

View file

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