mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 16:49:58 -06:00
Rename menu items, stop using PanicAlertT, remove -d when running from visual studio.
I accidentally committed my addition of the -d option that I used for testing, now it's fixed.
This commit is contained in:
@ -356,7 +356,7 @@ bool PPCSymbolDB::LoadMap(const std::string& filename, bool bad)
|
||||
|
||||
Index();
|
||||
if (bad)
|
||||
PanicAlertT("Loaded %d good functions, ignored %d bad functions", good_count, bad_count);
|
||||
SuccessAlertT("Loaded %d good functions, ignored %d bad functions.", good_count, bad_count);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user