mirror of https://github.com/PCSX2/pcsx2.git
GSRunner: Release globals on shutdown
This commit is contained in:
parent
8773ebf64b
commit
4932834441
|
@ -644,6 +644,7 @@ int main(int argc, char* argv[])
|
|||
|
||||
InputManager::CloseSources();
|
||||
VMManager::Internal::ReleaseMemory();
|
||||
VMManager::Internal::ReleaseGlobals();
|
||||
PerformanceMetrics::SetCPUThread(Threading::ThreadHandle());
|
||||
GSRunner::DestroyPlatformWindow();
|
||||
|
||||
|
|
Loading…
Reference in New Issue