mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
GSRunner: Release globals on shutdown
This commit is contained in:
committed by
lightningterror
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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user