mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-11 15:13:37 +02:00
Module: Add legacy save state stub fixup.
Forgot this, when we don't have the stub info. Stub info is better, since we might handle things differently.
This commit is contained in:
@@ -298,6 +298,11 @@ public:
|
||||
if (!KernelImportModuleFuncs(this, nullptr, true)) {
|
||||
ERROR_LOG(LOADER, "Something went wrong loading imports on load state");
|
||||
}
|
||||
} else {
|
||||
// Older save state. Let's still reload, but this may not pick up new flags, etc.
|
||||
for (auto func : importedFuncs) {
|
||||
ImportFunc(func, true);
|
||||
}
|
||||
}
|
||||
|
||||
char moduleName[29] = {0};
|
||||
|
||||
Reference in New Issue
Block a user