From 2d40cbecc4ca0021f92e3403a2fc44e399049b6f Mon Sep 17 00:00:00 2001 From: hydronePVP45 <51852312+hydronePVP45@users.noreply.github.com> Date: Sun, 14 Nov 2021 21:01:15 +0100 Subject: [PATCH] Update GameVersionHelper.cs --- ProjectLighthouse/Helpers/GameVersionHelper.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}