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

@ -139,7 +139,8 @@ std::string GetName(Region region, bool translate)
bool IsDisc(Platform volume_type)
{
return volume_type == Platform::GameCubeDisc || volume_type == Platform::WiiDisc;
return volume_type == Platform::GameCubeDisc || volume_type == Platform::Triforce ||
volume_type == Platform::WiiDisc;
}
bool IsWii(Platform volume_type)