mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-24 22:21:30 +00:00
Update GameVersion.cs
Added Hyphen-tilda's suggested changes to add Hong Kong IDs
This commit is contained in:
parent
998177f999
commit
9773d212d3
1 changed files with 7 additions and 1 deletions
|
@ -87,6 +87,12 @@ public static class GameVersionHelper
|
|||
"NPEA00437",
|
||||
"BCES01693",
|
||||
"BCKS10150",
|
||||
"NPHA80113",
|
||||
"NPHA80125",
|
||||
"NPHA80132",
|
||||
"NPHA80163",
|
||||
"NPHA80161",
|
||||
"NPHA80277",
|
||||
//Debug, Beta and Demo
|
||||
"NPUA70117",
|
||||
"BCET70023",
|
||||
|
@ -206,4 +212,4 @@ public static class GameVersionHelper
|
|||
|
||||
public static GameVersion FromTitleId(string titleId)
|
||||
=> titleIdMap.TryGetValue(titleId, out GameVersion parsedVersion) ? parsedVersion : GameVersion.Unknown;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue