From 71f654cdc45ecb44e455ce35d8be910732aa6f7c Mon Sep 17 00:00:00 2001 From: Zopolis4 Date: Tue, 10 Aug 2021 07:49:34 +1000 Subject: Add Triforce platform and preliminary boot.id parsing --- Source/Core/DiscIO/Enums.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/Core/DiscIO/Enums.cpp') 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) -- cgit v1.2.3