Merge pull request #5140 from sepalani/signature_db

SignatureDB: Rewrite FormatHandler API
This commit is contained in:
Mat M
2017-05-02 19:23:46 -04:00
committed by GitHub
15 changed files with 198 additions and 102 deletions

View File

@ -308,7 +308,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);