From fa6c882c26230a57e2f4c895849244e96b1388d5 Mon Sep 17 00:00:00 2001 From: Otozinclus <58051309+Otozinclus@users.noreply.github.com> Date: Tue, 21 Jan 2025 01:44:45 +0100 Subject: [PATCH] Add Lego Undercover, Bayonetta, Mario Wonders to metal list --- src/Ryujinx.Common/TitleIDs.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Ryujinx.Common/TitleIDs.cs b/src/Ryujinx.Common/TitleIDs.cs index dca634d9d..ffb3ae484 100644 --- a/src/Ryujinx.Common/TitleIDs.cs +++ b/src/Ryujinx.Common/TitleIDs.cs @@ -29,17 +29,21 @@ namespace Ryujinx.Common public static readonly string[] GreatMetalTitles = [ "01006f8002326000", // Animal Crossings: New Horizons + "010076f0049a2000", // Bayonetta "01009bf0072d4000", // Captain Toad: Treasure Tracker "0100a5c00d162000", // Cuphead "010023800d64a000", // Deltarune + "01003a30012c0000", // LEGO City Undercover "010028600EBDA000", // Mario 3D World "0100152000022000", // Mario Kart 8 Deluxe "01005CA01580E000", // Persona 5 - "0100187003A36000", // Pokémon: Let's Go, Evoli! + "0100187003A36000", // Pokémon: Let's Go, Eevee! "010003f003a34000", // Pokémon: Let's Go, Pikachu! "01008C0016544000", // Sea of Stars "01006A800016E000", // Smash Ultimate + "010015100b514000", // Super Mario Bros. Wonder "0100000000010000", // Super Mario Odyessy + "01006bb00c6f0000", // The Legend of Zelda: Link's Awakening ]; public static string GetDiscordGameAsset(string titleId)