add psn version of wkc2 to exceptions

This commit is contained in:
13xforever 2019-04-05 23:27:48 +05:00
parent 19ad7d63ba
commit e0d147d46a

View File

@ -47,10 +47,14 @@ namespace CompatBot.Utils.ResultFormatters
private static readonly Dictionary<string, string> KnownDiscOnPsnIds = new Dictionary<string, string>(StringComparer.InvariantCultureIgnoreCase)
{
// Demon's Souls
{"BLES00932", "NPEB01202"},
{"BLUS30443", "NPUB30910"},
//{"BCJS30022", "NPJA00102"},
{"BCJS70013", "NPJA00102"},
// White Knight Chronicles II
{ "BCJS30042", "NPJA00104" }
};
private static readonly string[] KnownDisableVertexCacheIds =