mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Merge pull request #543 from RachelBryk/patches
Fix patches not being loaded when running real gc bios.
This commit is contained in:
commit
16582a0459
1 changed files with 5 additions and 0 deletions
|
@ -241,6 +241,11 @@ bool CBoot::BootUp()
|
|||
// If we can't load the bootrom file we HLE it instead
|
||||
EmulatedBS2(_StartupPara.bWii);
|
||||
}
|
||||
else
|
||||
{
|
||||
// Load patches if they weren't already
|
||||
PatchEngine::LoadPatches();
|
||||
}
|
||||
|
||||
// Scan for common HLE functions
|
||||
if (_StartupPara.bSkipIdle && !_StartupPara.bEnableDebugging)
|
||||
|
|
Loading…
Add table
Reference in a new issue