From e0d147d46a14815d5ef8526a01f1eb4e010d517e Mon Sep 17 00:00:00 2001 From: 13xforever Date: Fri, 5 Apr 2019 23:27:48 +0500 Subject: [PATCH] add psn version of wkc2 to exceptions --- CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs | 4 ++++ 1 file changed, 4 insertions(+) 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 =