Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #543 from RachelBryk/patches
Fix patches not being loaded when running real gc bios.
  • Loading branch information
delroth committed Jul 13, 2014
2 parents 0563960 + 8992744 commit 16582a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Source/Core/Core/Boot/Boot.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit 16582a0

Please sign in to comment.