Skip to content
Permalink
Browse files
Merge pull request #8931 from JosJuice/use-isdateldisc
DiscIO: Use Volume::IsDatelDisc in VolumeVerifier
  • Loading branch information
Tilka committed Jul 5, 2020
2 parents 4f98653 + 74f74ac commit 23ecda7
Showing 1 changed file with 1 addition and 2 deletions.
@@ -386,8 +386,7 @@ void VolumeVerifier::Start()
m_redump_verifier.Start(m_volume);

m_is_tgc = m_volume.GetBlobType() == BlobType::TGC;
m_is_datel = IsDisc(m_volume.GetVolumeType()) &&
!GetBootDOLOffset(m_volume, m_volume.GetGamePartition()).has_value();
m_is_datel = m_volume.IsDatelDisc();
m_is_not_retail =
(m_volume.GetVolumeType() == Platform::WiiDisc && !m_volume.IsEncryptedAndHashed()) ||
IsDebugSigned();

0 comments on commit 23ecda7

Please sign in to comment.