mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Qt: Implement GameCube memory manager
This commit is contained in:
parent
c81ac1a81d
commit
21db1e9504
8 changed files with 569 additions and 0 deletions
|
@ -109,6 +109,11 @@ void MenuBar::AddToolsMenu()
|
|||
{
|
||||
QMenu* tools_menu = addMenu(tr("&Tools"));
|
||||
|
||||
AddAction(tools_menu, tr("&Memory Card Manager (GC)"), this,
|
||||
[this] { emit ShowMemcardManager(); });
|
||||
|
||||
tools_menu->addSeparator();
|
||||
|
||||
AddAction(tools_menu, tr("Import Wii Save..."), this, &MenuBar::ImportWiiSave);
|
||||
AddAction(tools_menu, tr("Export All Wii Saves"), this, &MenuBar::ExportWiiSaves);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue