diff options
| author | Zopolis4 <creatorsmithmdt@gmail.com> | 2021-08-10 07:49:34 +1000 |
|---|---|---|
| committer | Zopolis4 <creatorsmithmdt@gmail.com> | 2025-04-21 22:05:25 +1000 |
| commit | 71f654cdc45ecb44e455ce35d8be910732aa6f7c (patch) | |
| tree | 532133c1d36da13740d19c6005822a9f719ac50d /Source/Core/DiscIO/Enums.cpp | |
| parent | 494e2c05c217c6ba80ceecba7c3d7ce339ea55a9 (diff) | |
Add Triforce platform and preliminary boot.id parsing
Diffstat (limited to 'Source/Core/DiscIO/Enums.cpp')
| -rw-r--r-- | Source/Core/DiscIO/Enums.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/Enums.cpp b/Source/Core/DiscIO/Enums.cpp index 2d6f22d164..28487d346e 100644 --- a/Source/Core/DiscIO/Enums.cpp +++ b/Source/Core/DiscIO/Enums.cpp @@ -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) |
