mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-03 19:25:18 +02:00
Clear the debug symbol map on shutdown.
Instead of polluting the next game.
This commit is contained in:
@@ -296,6 +296,7 @@ void __KernelModuleShutdown()
|
||||
{
|
||||
unresolvedVars.clear();
|
||||
exportedVars.clear();
|
||||
MIPSAnalyst::Shutdown();
|
||||
}
|
||||
|
||||
void WriteVarSymbol(u32 exportAddress, u32 relocAddress, u8 type)
|
||||
|
||||
Reference in New Issue
Block a user