Audio sample start has a field now

This commit is contained in:
Matt Nadareski
2026-07-08 08:50:11 -04:00
parent dc488ea4e4
commit 2e4f970e56
5 changed files with 1 additions and 9 deletions

View File

@@ -2508,7 +2508,6 @@ namespace SabreTools.RedumpLib.Test.Data
SiteCode.PostgapType,
SiteCode.PPN,
SiteCode.Protection,
SiteCode.RingNonZeroDataStart,
SiteCode.RingPerfectAudioOffset,
SiteCode.Series,
SiteCode.SSHash,

View File

@@ -3714,10 +3714,6 @@ namespace SabreTools.RedumpLib.Data
[HumanReadable(ShortName = "<b>Protection</b>:", LongName = "<b>Protection</b>:")]
Protection,
// This doesn't have a site tag yet, promoted to field in redump.info
[HumanReadable(ShortName = "<b>Ring non-zero data start</b>:", LongName = "<b>Ring non-zero data start</b>:")]
RingNonZeroDataStart,
// This doesn't have a site tag yet
[HumanReadable(ShortName = "<b>Ring Perfect Audio Offset</b>:", LongName = "<b>Ring Perfect Audio Offset</b>:")]
RingPerfectAudioOffset,

View File

@@ -2038,7 +2038,6 @@ namespace SabreTools.RedumpLib.Data
SiteCode.PostgapType => true,
SiteCode.PPN => true,
SiteCode.Protection => true,
SiteCode.RingNonZeroDataStart => true,
SiteCode.RingPerfectAudioOffset => true,
SiteCode.Series => true,
SiteCode.SSHash => true,

View File

@@ -476,8 +476,7 @@ namespace SabreTools.RedumpLib.Tools
or SiteCode.VolumeLabel => true,
// Audio CD
SiteCode.RingNonZeroDataStart
or SiteCode.RingPerfectAudioOffset => true,
SiteCode.RingPerfectAudioOffset => true,
// Microsoft Xbox and Xbox 360
SiteCode.DMIHash

View File

@@ -24,7 +24,6 @@ namespace SabreTools.RedumpLib.Tools
SiteCode.VolumeLabel,
SiteCode.HighSierraVolumeDescriptor,
SiteCode.Multisession,
SiteCode.RingNonZeroDataStart,
SiteCode.RingPerfectAudioOffset,
SiteCode.XMID,