From 98ea061b599585ff327b7182c8c5efc8dfaa86c2 Mon Sep 17 00:00:00 2001 From: shinra-electric <50119606+shinra-electric@users.noreply.github.com> Date: Sun, 2 Feb 2025 18:59:21 +0000 Subject: [PATCH 1/2] Fix small typo --- 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 609dc572a..16ccef922 100644 --- a/src/Ryujinx.Common/TitleIDs.cs +++ b/src/Ryujinx.Common/TitleIDs.cs @@ -47,7 +47,7 @@ namespace Ryujinx.Common "01006f8002326000", // Animal Crossings: New Horizons "01009bf0072d4000", // Captain Toad: Treasure Tracker "01009510001ca000", // Fast RMX - "01005CA01580E000", // Persona 5 Royale + "01005CA01580E000", // Persona 5 Royal "010015100b514000", // Super Mario Bros. Wonder "0100000000010000", // Super Mario Odyssey -- 2.47.1 From 8949f2aee0af459302ecd957cf782ae5e59ed90c Mon Sep 17 00:00:00 2001 From: shinra-electric <50119606+shinra-electric@users.noreply.github.com> Date: Sun, 2 Feb 2025 19:00:57 +0000 Subject: [PATCH 2/2] Add JP version of P5R to Metal list --- src/Ryujinx.Common/TitleIDs.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Ryujinx.Common/TitleIDs.cs b/src/Ryujinx.Common/TitleIDs.cs index 16ccef922..42322c8a2 100644 --- a/src/Ryujinx.Common/TitleIDs.cs +++ b/src/Ryujinx.Common/TitleIDs.cs @@ -48,6 +48,7 @@ namespace Ryujinx.Common "01009bf0072d4000", // Captain Toad: Treasure Tracker "01009510001ca000", // Fast RMX "01005CA01580E000", // Persona 5 Royal + "0100b880154fc000", // Persona 5 The Royal (Japan) "010015100b514000", // Super Mario Bros. Wonder "0100000000010000", // Super Mario Odyssey -- 2.47.1