mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Add Triforce platform and preliminary boot.id parsing
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user