mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix ordering issue
This commit is contained in:
parent
a131fb6149
commit
f236a6982b
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue