mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
PPCSymbolDB: Replace alert with LOG message
This commit is contained in:
parent
0bfeb37a1f
commit
9b8866ba78
@ -405,8 +405,7 @@ bool PPCSymbolDB::LoadMap(const std::string& filename, bool bad)
|
||||
}
|
||||
|
||||
Index();
|
||||
if (bad)
|
||||
SuccessAlertT("Loaded %d good functions, ignored %d bad functions.", good_count, bad_count);
|
||||
NOTICE_LOG(SYMBOLS, "%d symbols loaded, %d symbols ignored.", good_count, bad_count);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user