diff --git a/Source/Core/Core/CoreTiming.cpp b/Source/Core/Core/CoreTiming.cpp index 0a03329096..d3e766450f 100644 --- a/Source/Core/Core/CoreTiming.cpp +++ b/Source/Core/Core/CoreTiming.cpp @@ -380,6 +380,7 @@ void Idle() Fifo::FlushGpu(); } + PowerPC::UpdatePerformanceMonitor(PowerPC::ppcState.downcount, 0, 0); s_idled_cycles += DowncountToCycles(PowerPC::ppcState.downcount); PowerPC::ppcState.downcount = 0; }