This commit is contained in:
Mihai Brodschi 2025-04-24 00:48:31 +01:00 committed by GitHub
commit e84a4d37df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1063,3 +1063,5 @@ CPUThreadGuard::~CPUThreadGuard()
}
} // namespace Core
PerformanceMetrics g_perf_metrics;

View file

@ -11,8 +11,6 @@
#include "Core/Config/GraphicsSettings.h"
#include "VideoCommon/VideoConfig.h"
PerformanceMetrics g_perf_metrics;
void PerformanceMetrics::Reset()
{
m_fps_counter.Reset();