mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 08:39:00 +00:00
SignatureDB: MEGA FormatHandler added
This commit is contained in:
parent
82afda94f4
commit
5f81226d8d
8 changed files with 41 additions and 27 deletions
|
@ -471,11 +471,7 @@ wxMenu* MainMenuBar::CreateSymbolsMenu() const
|
|||
symbols_menu->Append(
|
||||
IDM_USE_SIGNATURE_FILE, _("Apply Signat&ure File..."),
|
||||
_("Must use Generate Symbols first! Recognise names of any standard library functions "
|
||||
"used in multiple games, by loading them from a .dsy file."));
|
||||
symbols_menu->Append(
|
||||
IDM_USE_MEGA_SIGNATURE_FILE, _("Apply &MEGA Signature File..."),
|
||||
_("Must use Generate Symbols first! Recognise names of any standard library functions "
|
||||
"used in multiple games, by loading them from a .mega file."));
|
||||
"used in multiple games, by loading them from a .dsy, .csv, or .mega file."));
|
||||
symbols_menu->AppendSeparator();
|
||||
symbols_menu->Append(IDM_PATCH_HLE_FUNCTIONS, _("&Patch HLE Functions"));
|
||||
symbols_menu->Append(IDM_RENAME_SYMBOLS, _("&Rename Symbols from File..."));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue