GSRunner: Release globals on shutdown

This commit is contained in:
Connor McLaughlin 2023-01-24 01:20:14 +10:00 committed by lightningterror
parent 8773ebf64b
commit 4932834441
1 changed files with 1 additions and 0 deletions

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();