mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-17 14:57:57 -05:00
dynarmic: Better interrupts
This commit is contained in:
@ -58,6 +58,7 @@ bool PhysicalCore::IsInterrupted() const {
|
||||
void PhysicalCore::Interrupt() {
|
||||
guard->lock();
|
||||
interrupts[core_index].SetInterrupt(true);
|
||||
arm_interface->SignalInterrupt();
|
||||
guard->unlock();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user