Call Host_NotifyMapLoaded when clearing g_symbolDB

Otherwise DolphinQt will have a stale symbol list and
you can get nullptr dereferences when trying to use it.
This commit is contained in:
JosJuice
2019-05-01 17:32:45 +02:00
parent d9999f406b
commit 8fd6f8f6e9
5 changed files with 24 additions and 3 deletions

View File

@ -78,6 +78,7 @@ public:
const XFuncMap& Symbols() const { return m_functions; }
XFuncMap& AccessSymbols() { return m_functions; }
bool IsEmpty() const;
void Clear(const char* prefix = "");
void List();
void Index();