mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Add Triforce platform and preliminary boot.id parsing
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user