mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 17:55:47 -04:00
HostInterface: Reset counters when starting from state
This commit is contained in:
@ -410,8 +410,6 @@ bool HostInterface::LoadState(const char* filename)
|
||||
m_system->Reset();
|
||||
return false;
|
||||
}
|
||||
|
||||
m_system->ResetPerformanceCounters();
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -429,6 +427,7 @@ bool HostInterface::LoadState(const char* filename)
|
||||
}
|
||||
}
|
||||
|
||||
m_system->ResetPerformanceCounters();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user