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:
Unknown W. Brackets
2016-05-30 02:11:28 -07:00
parent 0592f56df5
commit 21ba67e1d7
+5
View File
@@ -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};