From fa2fbec030970383c92a0e645275c5559614e443 Mon Sep 17 00:00:00 2001 From: FridiNaTor1 Date: Thu, 3 Feb 2022 08:00:53 +0000 Subject: [PATCH] Added missing VITA Title ID --- ProjectLighthouse/Helpers/GameVersionHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectLighthouse/Helpers/GameVersionHelper.cs b/ProjectLighthouse/Helpers/GameVersionHelper.cs index f787a92b..4c13604f 100644 --- a/ProjectLighthouse/Helpers/GameVersionHelper.cs +++ b/ProjectLighthouse/Helpers/GameVersionHelper.cs @@ -83,7 +83,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 =