mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 19:19:03 +00:00
Qt/MenuBar: Make failures to load map and signature files more obvious
Previously we wouldn't indicate if saving or loading these files happened to fail. In some cases we'd only print out to the logger, but this is a pretty poor way to tell a user of the interface that something went wrong in a direct way (the logging messages aren't able to be localized either).
This commit is contained in:
parent
b9960777a7
commit
74899e417b
2 changed files with 54 additions and 20 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue