mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
SymbolDB: GetSymbolsFromName added
This commit is contained in:
parent
10862cd0e8
commit
d778b8a820
3 changed files with 17 additions and 5 deletions
|
@ -71,6 +71,7 @@ public:
|
|||
void AddCompleteSymbol(const Symbol& symbol);
|
||||
|
||||
Symbol* GetSymbolFromName(const std::string& name);
|
||||
std::vector<Symbol*> GetSymbolsFromName(const std::string& name);
|
||||
Symbol* GetSymbolFromHash(u32 hash)
|
||||
{
|
||||
XFuncPtrMap::iterator iter = checksumToFunction.find(hash);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue