mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-02 10:08:39 +00:00
Merge pull request #51 from hydronePVP45/patch-6
Update GameVersionHelper.cs | added support for asian lbp vita and marvel super hero edition (us) title ids
This commit is contained in:
commit
2340f34c43
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue