mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-30 08:48:39 +00:00
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:
parent
823b1e1fa2
commit
7614f19907
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue