BootWiiWAD: Prevents SymbolMap loading
This commit is contained in:
parent
a2cba6d72f
commit
d20a404a87
|
@ -427,8 +427,9 @@ bool CBoot::BootUp()
|
||||||
|
|
||||||
PatchEngine::LoadPatches();
|
PatchEngine::LoadPatches();
|
||||||
|
|
||||||
if (LoadMapFromFilename())
|
// Not bootstrapped yet, can't translate memory addresses. Thus, prevents Symbol Map usage.
|
||||||
HLE::PatchFunctions();
|
// if (LoadMapFromFilename())
|
||||||
|
// HLE::PatchFunctions();
|
||||||
|
|
||||||
// load default image or create virtual drive from directory
|
// load default image or create virtual drive from directory
|
||||||
if (!_StartupPara.m_strDVDRoot.empty())
|
if (!_StartupPara.m_strDVDRoot.empty())
|
||||||
|
|
Loading…
Reference in New Issue