Clear the debug symbol map on shutdown.

Instead of polluting the next game.
This commit is contained in:
Unknown W. Brackets
2013-05-26 16:29:21 -07:00
parent 44e20fb213
commit 1beb19f827
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -296,6 +296,7 @@ void __KernelModuleShutdown()
{
unresolvedVars.clear();
exportedVars.clear();
MIPSAnalyst::Shutdown();
}
void WriteVarSymbol(u32 exportAddress, u32 relocAddress, u8 type)