diff --git a/CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs b/CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs index 72399f2c..d8652983 100644 --- a/CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs +++ b/CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs @@ -47,10 +47,14 @@ namespace CompatBot.Utils.ResultFormatters private static readonly Dictionary KnownDiscOnPsnIds = new Dictionary(StringComparer.InvariantCultureIgnoreCase) { + // Demon's Souls {"BLES00932", "NPEB01202"}, {"BLUS30443", "NPUB30910"}, //{"BCJS30022", "NPJA00102"}, {"BCJS70013", "NPJA00102"}, + + // White Knight Chronicles II + { "BCJS30042", "NPJA00104" } }; private static readonly string[] KnownDisableVertexCacheIds =