Merge pull request #7244 from lioncash/error

Qt/MenuBar: Make failures to load map and signature files more obvious
This commit is contained in:
spycrab
2018-07-12 19:41:36 +02:00
committed by GitHub
2 changed files with 54 additions and 20 deletions

View File

@ -150,6 +150,8 @@ private:
void SaveSymbolMap();
void SaveSymbolMapAs();
void SaveCode();
bool TryLoadMapFile(const QString& path);
void TrySaveSymbolMap(const QString& path);
void CreateSignatureFile();
void PatchHLEFunctions();
void ClearCache();