Fix crash at shutdown due to destructor order

This commit is contained in:
Mihai Brodschi 2025-04-19 17:14:53 +03:00
parent 49ebdaaae3
commit 0ef6e63ab9
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();