mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Generate Symbols From RSO Modules added
This commit is contained in:
parent
e0c489d80c
commit
694b10da11
9 changed files with 969 additions and 0 deletions
|
@ -423,6 +423,8 @@ wxMenu* MainMenuBar::CreateSymbolsMenu() const
|
|||
IDM_SCAN_SIGNATURES, _("&Signature Database"),
|
||||
_("Recognise standard functions from Sys/totaldb.dsy, and use generic zz_ "
|
||||
"names for other functions."));
|
||||
generate_symbols_menu->Append(IDM_SCAN_RSO, _("&RSO Modules"),
|
||||
_("Find functions based on RSO modules (experimental)..."));
|
||||
symbols_menu->AppendSubMenu(generate_symbols_menu, _("&Generate Symbols From"));
|
||||
symbols_menu->AppendSeparator();
|
||||
symbols_menu->Append(IDM_LOAD_MAP_FILE, _("&Load Symbol Map"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue