Don't crash on trying to re-record a GE dump

This commit is contained in:
Henrik Rydgård
2024-11-01 20:27:09 +01:00
parent 2e53d2f9f9
commit dd8f9b682f
4 changed files with 16 additions and 3 deletions
+1
View File
@@ -254,6 +254,7 @@ bool CPU_Init(std::string *errorString, FileLoader *loadedFile) {
if (!g_CoreParameter.mountIso.empty()) {
g_CoreParameter.mountIsoLoader = ConstructFileLoader(g_CoreParameter.mountIso);
}
g_CoreParameter.fileType = type;
MIPSAnalyst::Reset();
Replacement_Init();