mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
SymbolDB: Blank stripped symbol name fixed
This commit is contained in:
@ -30,6 +30,8 @@ struct Symbol
|
||||
Data,
|
||||
};
|
||||
|
||||
void Rename(const std::string& symbol_name);
|
||||
|
||||
std::string name;
|
||||
std::string function_name; // stripped function name
|
||||
std::vector<SCall> callers; // addresses of functions that call this function
|
||||
|
Reference in New Issue
Block a user