mirror of
https://github.com/RPCS3/discord-bot.git
synced 2025-01-05 17:49:25 +00:00
add psn version of wkc2 to exceptions
This commit is contained in:
parent
19ad7d63ba
commit
e0d147d46a
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user