mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-03 03:05:18 +02:00
Re-replace functions after loading a savestate.
Might need to clear before saving too... anyway, this makes testing a bit easier for certain areas. Also, correctly decrease downcount on x86.
This commit is contained in:
@@ -440,6 +440,10 @@ void __KernelModuleDoState(PointerWrap &p)
|
||||
if (s >= 2) {
|
||||
p.Do(loadedModules);
|
||||
}
|
||||
|
||||
if (g_Config.bFuncHashMap) {
|
||||
MIPSAnalyst::ReplaceFunctions();
|
||||
}
|
||||
}
|
||||
|
||||
void __KernelModuleShutdown()
|
||||
|
||||
Reference in New Issue
Block a user