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] 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)