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
commit 55b5a24910
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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();