Merge pull request #167 from FridiNaTor1/Pullrequests

Added more missing Title IDs
This commit is contained in:
jvyden 2022-02-14 14:44:27 -05:00 committed by GitHub
commit dde6b38ea5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,7 @@ public class GameVersionHelper
"NPHG00033",
"NPHG00035",
"NPEA00241",
"NPUA98208",
};
// https://serialstation.com/games/35e69aba-1872-4fd7-9d39-11ce75924040
@ -48,6 +49,9 @@ public class GameVersionHelper
"BCES01694",
"NPUA80662",
"NPEA00324",
"NPUA70117",
"NPEA00437",
"BCES01693",
};
// https://www.serialstation.com/games/b62d53d9-fdff-4463-8134-64b81e1cbd50
@ -83,7 +87,7 @@ public class GameVersionHelper
public static readonly string[] LittleBigPlanetVitaTitleIds =
{
"PCSF00021", "PCSA00017", "PCSC00013", "PCSD00006", "PCSA00549", "PCSF00516",
"PCSF00021", "PCSA00017", "PCSC00013", "PCSD00006", "PCSA00549", "PCSF00516", "PCSA22018",
};
public static readonly string[] LittleBigPlanetPSPTitleIds =
@ -101,4 +105,4 @@ public class GameVersionHelper
return GameVersion.Unknown;
}
}
}