diff --git a/ProjectLighthouse/Helpers/GameVersionHelper.cs b/ProjectLighthouse/Helpers/GameVersionHelper.cs index f216869f..d2ca53b9 100644 --- a/ProjectLighthouse/Helpers/GameVersionHelper.cs +++ b/ProjectLighthouse/Helpers/GameVersionHelper.cs @@ -79,7 +79,7 @@ namespace LBPUnion.ProjectLighthouse.Helpers public static readonly string[] LittleBigPlanetVitaTitleIds = { - "PCSF00021", "PCSA00017", "PCSC00013", + "PCSF00021", "PCSA00017", "PCSC00013", "PCSD00006", "PCSA00549" }; public static GameVersion FromTitleId(string titleId) @@ -92,4 +92,4 @@ namespace LBPUnion.ProjectLighthouse.Helpers return GameVersion.LittleBigPlanet1; } } -} \ No newline at end of file +}