mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Add Triforce platform and preliminary boot.id parsing
This commit is contained in:
parent
494e2c05c2
commit
71f654cdc4
15 changed files with 41 additions and 4 deletions
|
@ -726,6 +726,7 @@ void MenuBar::AddShowPlatformsMenu(QMenu* view_menu)
|
|||
static const QMap<QString, const Config::Info<bool>*> platform_map{
|
||||
{tr("Show Wii"), &Config::MAIN_GAMELIST_LIST_WII},
|
||||
{tr("Show GameCube"), &Config::MAIN_GAMELIST_LIST_GC},
|
||||
{tr("Show Triforce"), &Config::MAIN_GAMELIST_LIST_TRI},
|
||||
{tr("Show WAD"), &Config::MAIN_GAMELIST_LIST_WAD},
|
||||
{tr("Show ELF/DOL"), &Config::MAIN_GAMELIST_LIST_ELF_DOL}};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue