mirror of
https://github.com/SabreTools/SabreTools.RedumpLib.git
synced 2026-02-04 05:36:11 +00:00
Add 2K Games ID
This commit is contained in:
@@ -729,6 +729,7 @@ namespace SabreTools.RedumpLib.Test.Data
|
||||
SiteCode.XMID,
|
||||
|
||||
// Publisher / Company IDs
|
||||
SiteCode.TwoKGamesID,
|
||||
SiteCode.AcclaimID,
|
||||
SiteCode.ActivisionID,
|
||||
SiteCode.BandaiID,
|
||||
|
||||
@@ -3756,6 +3756,10 @@ namespace SabreTools.RedumpLib.Data
|
||||
[HumanReadable(ShortName = "<b>Title ID</b>:", LongName = "<b>Title ID</b>:")]
|
||||
TitleID,
|
||||
|
||||
// This doesn't have a site tag yet
|
||||
[HumanReadable(ShortName = "<b>2K Games ID</b>:", LongName = "<b>2K Games ID</b>:")]
|
||||
TwoKGamesID,
|
||||
|
||||
[HumanReadable(ShortName = "[T:UID]", LongName = "<b>Ubisoft ID</b>:")]
|
||||
UbisoftID,
|
||||
|
||||
|
||||
@@ -1324,6 +1324,7 @@ namespace SabreTools.RedumpLib.Data
|
||||
SiteCode.XMID => true,
|
||||
|
||||
// Publisher / Company IDs
|
||||
SiteCode.TwoKGamesID => true,
|
||||
SiteCode.AcclaimID => true,
|
||||
SiteCode.ActivisionID => true,
|
||||
SiteCode.BandaiID => true,
|
||||
|
||||
@@ -58,6 +58,7 @@ namespace SabreTools.RedumpLib
|
||||
SiteCode.VCD,
|
||||
|
||||
// Publisher / Company IDs
|
||||
SiteCode.TwoKGamesID,
|
||||
SiteCode.AcclaimID,
|
||||
SiteCode.ActivisionID,
|
||||
SiteCode.BandaiID,
|
||||
|
||||
Reference in New Issue
Block a user