Update GameVersion.cs

Added Hyphen-tilda's suggested changes to add Hong Kong IDs
This commit is contained in:
m88youngling 2025-02-28 20:01:43 -05:00 committed by GitHub
parent 998177f999
commit 9773d212d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}
}