mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Qt/debugger: restore previous symbols and signature features
They were mysteriously lost after the Qt migration.
This commit is contained in:
@ -147,12 +147,16 @@ private:
|
||||
void GenerateSymbolsFromRSO();
|
||||
void LoadSymbolMap();
|
||||
void LoadOtherSymbolMap();
|
||||
void LoadBadSymbolMap();
|
||||
void SaveSymbolMap();
|
||||
void SaveSymbolMapAs();
|
||||
void SaveCode();
|
||||
bool TryLoadMapFile(const QString& path);
|
||||
bool TryLoadMapFile(const QString& path, const bool bad = false);
|
||||
void TrySaveSymbolMap(const QString& path);
|
||||
void CreateSignatureFile();
|
||||
void AppendSignatureFile();
|
||||
void ApplySignatureFile();
|
||||
void CombineSignatureFiles();
|
||||
void PatchHLEFunctions();
|
||||
void ClearCache();
|
||||
void LogInstructions();
|
||||
|
Reference in New Issue
Block a user