From 729774f37d1a21bffed339166c9d14e888825276 Mon Sep 17 00:00:00 2001 From: Otozinclus <58051309+Otozinclus@users.noreply.github.com> Date: Tue, 28 Jan 2025 06:15:37 +0100 Subject: [PATCH 1/4] Add LM2HD and ARMS to metal auto list --- src/Ryujinx.Common/TitleIDs.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Ryujinx.Common/TitleIDs.cs b/src/Ryujinx.Common/TitleIDs.cs index 72262c6a0..a9fecab28 100644 --- a/src/Ryujinx.Common/TitleIDs.cs +++ b/src/Ryujinx.Common/TitleIDs.cs @@ -30,10 +30,12 @@ namespace Ryujinx.Common public static readonly string[] GreatMetalTitles = [ + "01009b500007c000", // ARMS "010076f0049a2000", // Bayonetta "0100a5c00d162000", // Cuphead "010023800d64a000", // Deltarune "01003a30012c0000", // LEGO City Undercover + "010048701995e000", // Luigi's Manion 2 HD "010028600EBDA000", // Mario 3D World "0100152000022000", // Mario Kart 8 Deluxe "010075a016a3a000", // Persona 4 Arena Ultimax @@ -50,7 +52,7 @@ namespace Ryujinx.Common "01005CA01580E000", // Persona 5 Royale "0100000000010000", // Super Mario Odyssey - //Isaac claims it has a issue in level 2, but I am not able to replicate it on my M3. More testing would be appreciated: + // Isaac claims it has an issue in level 2, but I am not able to replicate it on my M3. More testing would be appreciated: "010015100b514000", // Super Mario Bros. Wonder ]; -- 2.47.1 From 78924af3971279110dbac3ec5e496c6acc818a9d Mon Sep 17 00:00:00 2001 From: Otozinclus <58051309+Otozinclus@users.noreply.github.com> Date: Tue, 28 Jan 2025 06:40:47 +0100 Subject: [PATCH 2/4] Add more games --- src/Ryujinx.Common/TitleIDs.cs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/Ryujinx.Common/TitleIDs.cs b/src/Ryujinx.Common/TitleIDs.cs index a9fecab28..730fd7c83 100644 --- a/src/Ryujinx.Common/TitleIDs.cs +++ b/src/Ryujinx.Common/TitleIDs.cs @@ -50,10 +50,13 @@ namespace Ryujinx.Common "01009bf0072d4000", // Captain Toad: Treasure Tracker "01009510001ca000", // Fast RMX "01005CA01580E000", // Persona 5 Royale + "010015100b514000", // Super Mario Bros. Wonder "0100000000010000", // Super Mario Odyssey - // Isaac claims it has an issue in level 2, but I am not able to replicate it on my M3. More testing would be appreciated: - "010015100b514000", // Super Mario Bros. Wonder + // Further testing is appreciated: + "01007300020fa000", // ASTRAL CHAIN + "0100cf5010fec000", // Bayonetta Origins: Cereza and the Lost Demon + "0100f4300bf2c000", // New Pokemon Snap ]; public static string GetDiscordGameAsset(string titleId) -- 2.47.1 From 73e9e44a27e323a315f00cd38b67b93a4de7f2a0 Mon Sep 17 00:00:00 2001 From: Otozinclus <58051309+Otozinclus@users.noreply.github.com> Date: Tue, 28 Jan 2025 06:43:35 +0100 Subject: [PATCH 3/4] Update TitleIDs.cs --- src/Ryujinx.Common/TitleIDs.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Ryujinx.Common/TitleIDs.cs b/src/Ryujinx.Common/TitleIDs.cs index 730fd7c83..7b4f57e9c 100644 --- a/src/Ryujinx.Common/TitleIDs.cs +++ b/src/Ryujinx.Common/TitleIDs.cs @@ -31,7 +31,6 @@ namespace Ryujinx.Common public static readonly string[] GreatMetalTitles = [ "01009b500007c000", // ARMS - "010076f0049a2000", // Bayonetta "0100a5c00d162000", // Cuphead "010023800d64a000", // Deltarune "01003a30012c0000", // LEGO City Undercover @@ -53,8 +52,9 @@ namespace Ryujinx.Common "010015100b514000", // Super Mario Bros. Wonder "0100000000010000", // Super Mario Odyssey - // Further testing is appreciated: - "01007300020fa000", // ASTRAL CHAIN + // Further testing is appreciated, I only tested the beginning: + "01007300020fa000", // Astral Chain + "010076f0049a2000", // Bayonetta "0100cf5010fec000", // Bayonetta Origins: Cereza and the Lost Demon "0100f4300bf2c000", // New Pokemon Snap ]; -- 2.47.1 From 2d79cc7a8c7d59dfce8f371071195bc1c2138935 Mon Sep 17 00:00:00 2001 From: Otozinclus <58051309+Otozinclus@users.noreply.github.com> Date: Tue, 28 Jan 2025 06:45:37 +0100 Subject: [PATCH 4/4] Update TitleIDs.cs --- src/Ryujinx.Common/TitleIDs.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ryujinx.Common/TitleIDs.cs b/src/Ryujinx.Common/TitleIDs.cs index 7b4f57e9c..ce0467988 100644 --- a/src/Ryujinx.Common/TitleIDs.cs +++ b/src/Ryujinx.Common/TitleIDs.cs @@ -52,7 +52,7 @@ namespace Ryujinx.Common "010015100b514000", // Super Mario Bros. Wonder "0100000000010000", // Super Mario Odyssey - // Further testing is appreciated, I only tested the beginning: + // Further testing is appreciated, I did not test the entire game: "01007300020fa000", // Astral Chain "010076f0049a2000", // Bayonetta "0100cf5010fec000", // Bayonetta Origins: Cereza and the Lost Demon -- 2.47.1