SignatureDB: Use explicit construction

This commit is contained in:
Sepalani
2017-03-24 19:47:41 +00:00
parent a9b52ce91b
commit 82afda94f4
3 changed files with 4 additions and 4 deletions

View File

@ -302,7 +302,7 @@ bool CBoot::BootUp()
if (_StartupPara.bHLE_BS2 && !_StartupPara.bEnableDebugging)
{
PPCAnalyst::FindFunctions(0x80004000, 0x811fffff, &g_symbolDB);
SignatureDB db;
SignatureDB db(SignatureDB::HandlerType::DSY);
if (db.Load(File::GetSysDirectory() + TOTALDB))
{
db.Apply(&g_symbolDB);