GSRunner: Release globals on shutdown

This commit is contained in:
Connor McLaughlin
2023-01-23 16:49:24 +01:00
committed by lightningterror
parent 8773ebf64b
commit 4932834441
+1
View File
@@ -644,6 +644,7 @@ int main(int argc, char* argv[])
InputManager::CloseSources();
VMManager::Internal::ReleaseMemory();
VMManager::Internal::ReleaseGlobals();
PerformanceMetrics::SetCPUThread(Threading::ThreadHandle());
GSRunner::DestroyPlatformWindow();