mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-05 04:05:27 +02:00
Core: Skip stats reset while stepping.
This way, you can use it to actually see the stats.
This commit is contained in:
+4
-2
@@ -391,8 +391,10 @@ void Core_UpdateDebugStats(bool collectStats) {
|
||||
mipsr4k.ClearJitCache();
|
||||
}
|
||||
|
||||
kernelStats.ResetFrame();
|
||||
gpuStats.ResetFrame();
|
||||
if (!PSP_CoreParameter().frozen && !Core_IsStepping()) {
|
||||
kernelStats.ResetFrame();
|
||||
gpuStats.ResetFrame();
|
||||
}
|
||||
}
|
||||
|
||||
void Core_ForceDebugStats(bool enable) {
|
||||
|
||||
Reference in New Issue
Block a user