Fix patches not being loaded when running real gc bios.
This commit is contained in:
parent
aec4cc7e29
commit
899274445b
|
@ -241,6 +241,11 @@ bool CBoot::BootUp()
|
||||||
// If we can't load the bootrom file we HLE it instead
|
// If we can't load the bootrom file we HLE it instead
|
||||||
EmulatedBS2(_StartupPara.bWii);
|
EmulatedBS2(_StartupPara.bWii);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
// Load patches if they weren't already
|
||||||
|
PatchEngine::LoadPatches();
|
||||||
|
}
|
||||||
|
|
||||||
// Scan for common HLE functions
|
// Scan for common HLE functions
|
||||||
if (_StartupPara.bSkipIdle && !_StartupPara.bEnableDebugging)
|
if (_StartupPara.bSkipIdle && !_StartupPara.bEnableDebugging)
|
||||||
|
|
Loading…
Reference in New Issue