mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 22:49:00 +01:00
Boot: Remove unneeded manual HLE function scan
Not needed. And the symbols would get overwritten by the symbol map load that is just below.
This commit is contained in:
parent
065261dbad
commit
6f6a18b1b0
@ -347,19 +347,6 @@ bool CBoot::BootUp(std::unique_ptr<BootParameters> boot)
|
|||||||
if (!EmulatedBS2(config.bWii, volume))
|
if (!EmulatedBS2(config.bWii, volume))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
// Scan for common HLE functions
|
|
||||||
if (!config.bEnableDebugging)
|
|
||||||
{
|
|
||||||
PPCAnalyst::FindFunctions(0x80004000, 0x811fffff, &g_symbolDB);
|
|
||||||
SignatureDB db(SignatureDB::HandlerType::DSY);
|
|
||||||
if (db.Load(File::GetSysDirectory() + TOTALDB))
|
|
||||||
{
|
|
||||||
db.Apply(&g_symbolDB);
|
|
||||||
HLE::PatchFunctions();
|
|
||||||
db.Clear();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Try to load the symbol map if there is one, and then scan it for
|
// Try to load the symbol map if there is one, and then scan it for
|
||||||
// and eventually replace code
|
// and eventually replace code
|
||||||
if (LoadMapFromFilename())
|
if (LoadMapFromFilename())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user