Core: Skip stats reset while stepping.
This way, you can use it to actually see the stats.
This commit is contained in:
parent
129a603832
commit
f24e255268
1 changed files with 4 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue