Add Triforce platform and preliminary boot.id parsing

This commit is contained in:
Zopolis4
2021-08-10 07:49:34 +10:00
parent 494e2c05c2
commit 71f654cdc4
15 changed files with 41 additions and 4 deletions

View File

@ -303,6 +303,8 @@ bool GameListModel::ShouldDisplayGameListItem(int index) const
{
case DiscIO::Platform::GameCubeDisc:
return Config::Get(Config::MAIN_GAMELIST_LIST_GC);
case DiscIO::Platform::Triforce:
return Config::Get(Config::MAIN_GAMELIST_LIST_TRI);
case DiscIO::Platform::WiiDisc:
return Config::Get(Config::MAIN_GAMELIST_LIST_WII);
case DiscIO::Platform::WiiWAD: