mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-01 02:21:26 +02:00
Merge pull request #8500 from JosJuice/export-wii-save-experimental
DolphinQt: Remove "Experimental" from "Export Wii Save"
This commit is contained in:
commit
66220d3ae5
@ -282,7 +282,7 @@ void GameList::ShowContextMenu(const QPoint&)
|
|||||||
|
|
||||||
if (wii_saves)
|
if (wii_saves)
|
||||||
{
|
{
|
||||||
menu->addAction(tr("Export Wii Saves (Experimental)"), this, &GameList::ExportWiiSave);
|
menu->addAction(tr("Export Wii Saves"), this, &GameList::ExportWiiSave);
|
||||||
menu->addSeparator();
|
menu->addSeparator();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -358,7 +358,7 @@ void GameList::ShowContextMenu(const QPoint&)
|
|||||||
if (platform == DiscIO::Platform::WiiWAD || platform == DiscIO::Platform::WiiDisc)
|
if (platform == DiscIO::Platform::WiiWAD || platform == DiscIO::Platform::WiiDisc)
|
||||||
{
|
{
|
||||||
menu->addAction(tr("Open Wii &Save Folder"), this, &GameList::OpenWiiSaveFolder);
|
menu->addAction(tr("Open Wii &Save Folder"), this, &GameList::OpenWiiSaveFolder);
|
||||||
menu->addAction(tr("Export Wii Save (Experimental)"), this, &GameList::ExportWiiSave);
|
menu->addAction(tr("Export Wii Save"), this, &GameList::ExportWiiSave);
|
||||||
menu->addSeparator();
|
menu->addSeparator();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user