Add Triforce platform and preliminary boot.id parsing

This commit is contained in:
Zopolis4 2021-08-10 07:49:34 +10:00
commit 71f654cdc4
No known key found for this signature in database
GPG key ID: C1117D56FBC82774
15 changed files with 41 additions and 4 deletions

View file

@ -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}};