BootWiiWAD: Prevents SymbolMap loading

This commit is contained in:
Sepalani 2017-03-28 05:45:55 +01:00
parent a2cba6d72f
commit d20a404a87
1 changed files with 3 additions and 2 deletions

View File

@ -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())