diff --git a/src/core/cpu_core.cpp b/src/core/cpu_core.cpp index 16c4c9e04..ea90a1fb5 100644 --- a/src/core/cpu_core.cpp +++ b/src/core/cpu_core.cpp @@ -1355,7 +1355,7 @@ static void ExecuteImpl() { TimingEvents::UpdateCPUDowncount(); - while (g_state.pending_ticks <= g_state.downcount) + while (g_state.pending_ticks < g_state.downcount) { if (HasPendingInterrupt()) DispatchInterrupt();