Fix ordering issue

This commit is contained in:
Henrik Rydgård 2025-03-30 16:40:34 +02:00
parent a131fb6149
commit f236a6982b

View file

@ -370,6 +370,8 @@ static bool CPU_Init(FileLoader *fileLoader, IdentifiedFileType type, std::strin
LoadSymbolsIfSupported();
mipsr4k.Reset();
CoreTiming::Init();
// Init all the HLE modules
@ -380,8 +382,6 @@ static bool CPU_Init(FileLoader *fileLoader, IdentifiedFileType type, std::strin
g_CoreParameter.mountIsoLoader = ConstructFileLoader(g_CoreParameter.mountIso);
}
mipsr4k.Reset();
// TODO: Check Game INI here for settings, patches and cheats, and modify coreParameter accordingly
// If they shut down early, we'll catch it when load completes.