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:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user