Added missing LBP 1, 2 and 3 title ids (#126)

* Added missing LBP 1, 2 and 3 title ids

Added missing Title IDs, these fixes LBP 2 from only showing LBP 1 levels, and reporting as LBP 1 on the server. And fixes LBP 3 from crashing.

* Fix formatting

* Tabs -> Spaces

Co-authored-by: jvyden <jvyden@jvyden.xyz>
This commit is contained in:
FridiNaTor1 2022-01-23 18:15:22 +00:00 committed by GitHub
commit 7614f19907
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,7 @@ public class GameVersionHelper
"NPEA00147",
"NPHG00033",
"NPHG00035",
"NPEA00241",
};
// https://serialstation.com/games/35e69aba-1872-4fd7-9d39-11ce75924040
@ -46,6 +47,7 @@ public class GameVersionHelper
"BCET70023",
"BCES01694",
"NPUA80662",
"NPEA00324",
};
// https://www.serialstation.com/games/b62d53d9-fdff-4463-8134-64b81e1cbd50
@ -76,6 +78,7 @@ public class GameVersionHelper
"CUSA01077",
"CUSA01304",
"NPUA81116",
"NPEA00515",
};
public static readonly string[] LittleBigPlanetVitaTitleIds =
@ -98,4 +101,4 @@ public class GameVersionHelper
return GameVersion.LittleBigPlanet1;
}
}
}