Skip to content

Commit

Permalink
Merge pull request #5178 from sepalani/fix-sym-map-read
Browse files Browse the repository at this point in the history
BootWiiWAD: Prevents SymbolMap loading
  • Loading branch information
Helios747 committed Apr 29, 2017
2 parents cb2e7a6 + d20a404 commit 4245ed8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Source/Core/Core/Boot/Boot.cpp
Expand Up @@ -427,8 +427,9 @@ bool CBoot::BootUp()

PatchEngine::LoadPatches();

if (LoadMapFromFilename())
HLE::PatchFunctions();
// Not bootstrapped yet, can't translate memory addresses. Thus, prevents Symbol Map usage.
// if (LoadMapFromFilename())
// HLE::PatchFunctions();

// load default image or create virtual drive from directory
if (!_StartupPara.m_strDVDRoot.empty())
Expand Down

0 comments on commit 4245ed8

Please sign in to comment.