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
No known key found for this signature in database
GPG key ID: C1117D56FBC82774
15 changed files with 41 additions and 4 deletions

View file

@ -80,7 +80,7 @@ void Resources::Init()
m_svg_supported = QImageReader::supportedImageFormats().contains("svg");
for (std::string_view platform :
{"Platform_Gamecube", "Platform_Wii", "Platform_Wad", "Platform_File"})
{"Platform_Gamecube", "Platform_Triforce", "Platform_Wii", "Platform_Wad", "Platform_File"})
{
m_platforms.append(GetResourceIcon(platform));
}