mirror of
https://github.com/SabreTools/SabreTools.RedumpLib.git
synced 2026-07-09 02:26:38 +00:00
Add 4 missing site codes
This commit is contained in:
@@ -1017,11 +1017,14 @@ namespace SabreTools.RedumpLib.Test.Data
|
||||
private static readonly SiteCode?[] _commentSiteCodes =
|
||||
[
|
||||
// Identifying Info
|
||||
SiteCode.AdditionalBCAData,
|
||||
SiteCode.AlternativeTitle,
|
||||
SiteCode.AlternativeForeignTitle,
|
||||
SiteCode.BBFCRegistrationNumber,
|
||||
SiteCode.CompatibleOS,
|
||||
SiteCode.CoverID,
|
||||
SiteCode.DiscHologramID,
|
||||
SiteCode.DiscID,
|
||||
SiteCode.DiscTitleNonLatin,
|
||||
SiteCode.DMIHash,
|
||||
SiteCode.DNASDiscID,
|
||||
@@ -1057,6 +1060,7 @@ namespace SabreTools.RedumpLib.Test.Data
|
||||
// Publisher / Company IDs
|
||||
SiteCode.TwoKGamesID,
|
||||
SiteCode.AcclaimID,
|
||||
SiteCode.AccoladeID,
|
||||
SiteCode.ActivisionID,
|
||||
SiteCode.BandaiID,
|
||||
SiteCode.BethesdaID,
|
||||
|
||||
@@ -3606,9 +3606,17 @@ namespace SabreTools.RedumpLib.Data
|
||||
[HumanReadable(ShortName = "[T:ACC]", LongName = "<b>Acclaim ID</b>:")]
|
||||
AcclaimID,
|
||||
|
||||
// This doesn't have a site tag yet
|
||||
[HumanReadable(ShortName = "<b>Accolade ID</b>:", LongName = "<b>Accolade ID</b>:")]
|
||||
AccoladeID,
|
||||
|
||||
[HumanReadable(ShortName = "[T:ACT]", LongName = "<b>Activision ID</b>:")]
|
||||
ActivisionID,
|
||||
|
||||
// This doesn't have a site tag yet
|
||||
[HumanReadable(ShortName = "<b>Additional BCA Data</b>:", LongName = "<b>Additional BCA Data</b>:")]
|
||||
AdditionalBCAData,
|
||||
|
||||
[HumanReadable(ShortName = "[T:ALT]", LongName = "<b>Alternative Title</b>:")]
|
||||
AlternativeTitle,
|
||||
|
||||
@@ -3637,10 +3645,18 @@ namespace SabreTools.RedumpLib.Data
|
||||
[HumanReadable(ShortName = "<b>Compatible OS</b>:", LongName = "<b>Compatible OS</b>:")]
|
||||
CompatibleOS,
|
||||
|
||||
// This doesn't have a site tag yet
|
||||
[HumanReadable(ShortName = "<b>Cover ID</b>:", LongName = "<b>Cover ID</b>:")]
|
||||
CoverID,
|
||||
|
||||
// This doesn't have a site tag yet
|
||||
[HumanReadable(ShortName = "<b>Disc Hologram ID</b>:", LongName = "<b>Disc Hologram ID</b>:")]
|
||||
DiscHologramID,
|
||||
|
||||
// This doesn't have a site tag yet
|
||||
[HumanReadable(ShortName = "<b>Disc ID</b>:", LongName = "<b>Disc ID</b>:")]
|
||||
DiscID,
|
||||
|
||||
// This doesn't have a site tag yet
|
||||
[HumanReadable(ShortName = "<b>Disc Title (non-Latin)</b>:", LongName = "<b>Disc Title (non-Latin)</b>:")]
|
||||
DiscTitleNonLatin,
|
||||
|
||||
@@ -1490,11 +1490,14 @@ namespace SabreTools.RedumpLib.Data
|
||||
return siteCode switch
|
||||
{
|
||||
// Identifying Info
|
||||
SiteCode.AdditionalBCAData => true,
|
||||
SiteCode.AlternativeTitle => true,
|
||||
SiteCode.AlternativeForeignTitle => true,
|
||||
SiteCode.BBFCRegistrationNumber => true,
|
||||
SiteCode.CompatibleOS => true,
|
||||
SiteCode.CoverID => true,
|
||||
SiteCode.DiscHologramID => true,
|
||||
SiteCode.DiscID => true,
|
||||
SiteCode.DiscTitleNonLatin => true,
|
||||
SiteCode.DMIHash => true,
|
||||
SiteCode.DNASDiscID => true,
|
||||
@@ -1530,6 +1533,7 @@ namespace SabreTools.RedumpLib.Data
|
||||
// Publisher / Company IDs
|
||||
SiteCode.TwoKGamesID => true,
|
||||
SiteCode.AcclaimID => true,
|
||||
SiteCode.AccoladeID => true,
|
||||
SiteCode.ActivisionID => true,
|
||||
SiteCode.BandaiID => true,
|
||||
SiteCode.BethesdaID => true,
|
||||
|
||||
@@ -46,12 +46,17 @@ namespace SabreTools.RedumpLib
|
||||
SiteCode.BBFCRegistrationNumber,
|
||||
SiteCode.DiscHologramID,
|
||||
SiteCode.DNASDiscID,
|
||||
SiteCode.DiscID,
|
||||
SiteCode.CoverID,
|
||||
SiteCode.ISBN,
|
||||
SiteCode.ISSN,
|
||||
SiteCode.PPN,
|
||||
SiteCode.VFCCode,
|
||||
|
||||
SiteCode.CompatibleOS,
|
||||
SiteCode.AdditionalBCAData,
|
||||
|
||||
// Legacy Codes
|
||||
SiteCode.Genre,
|
||||
SiteCode.Series,
|
||||
SiteCode.PostgapType,
|
||||
@@ -60,6 +65,7 @@ namespace SabreTools.RedumpLib
|
||||
// Publisher / Company IDs
|
||||
SiteCode.TwoKGamesID,
|
||||
SiteCode.AcclaimID,
|
||||
SiteCode.AccoladeID,
|
||||
SiteCode.ActivisionID,
|
||||
SiteCode.BandaiID,
|
||||
SiteCode.BethesdaID,
|
||||
|
||||
Reference in New Issue
Block a user