mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
Fix crash at shutdown due to destructor order
This commit is contained in:
parent
49ebdaaae3
commit
0ef6e63ab9
2 changed files with 2 additions and 2 deletions
|
@ -1063,3 +1063,5 @@ CPUThreadGuard::~CPUThreadGuard()
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace Core
|
} // namespace Core
|
||||||
|
|
||||||
|
PerformanceMetrics g_perf_metrics;
|
||||||
|
|
|
@ -11,8 +11,6 @@
|
||||||
#include "Core/Config/GraphicsSettings.h"
|
#include "Core/Config/GraphicsSettings.h"
|
||||||
#include "VideoCommon/VideoConfig.h"
|
#include "VideoCommon/VideoConfig.h"
|
||||||
|
|
||||||
PerformanceMetrics g_perf_metrics;
|
|
||||||
|
|
||||||
void PerformanceMetrics::Reset()
|
void PerformanceMetrics::Reset()
|
||||||
{
|
{
|
||||||
m_fps_counter.Reset();
|
m_fps_counter.Reset();
|
||||||
|
|
Loading…
Add table
Reference in a new issue