2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 21:47:41 +00:00

Serialize CVarManager on shutdown; add build type to About

This commit is contained in:
2021-05-27 08:51:07 -04:00
parent 996eadfb4f
commit 3bb81f7fed
3 changed files with 32 additions and 9 deletions

View File

@@ -302,6 +302,7 @@ public:
if (m_window) {
m_window->getCommandQueue()->stopRenderer();
}
m_cvarManager.serialize();
m_voiceEngine.reset();
m_amuseAllocWrapper.reset();
CDvdFile::Shutdown();