mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Fix Redump check for DIC
This commit is contained in:
@@ -1577,7 +1577,6 @@ namespace DICUI.DiscImageCreator
|
||||
info.SizeAndChecksums.CRC32 = crc32;
|
||||
info.SizeAndChecksums.MD5 = md5;
|
||||
info.SizeAndChecksums.SHA1 = sha1;
|
||||
info.TracksAndWriteOffsets.ClrMameProData = null;
|
||||
}
|
||||
|
||||
// Deal with the layerbreak
|
||||
|
||||
@@ -723,6 +723,10 @@ namespace DICUI.Utilities
|
||||
}
|
||||
}
|
||||
|
||||
// If we have both ClrMamePro and Size and Checksums data, remove the ClrMamePro
|
||||
if (!string.IsNullOrWhiteSpace(info.SizeAndChecksums.CRC32))
|
||||
info.TracksAndWriteOffsets.ClrMameProData = null;
|
||||
|
||||
// Extract info based generically on MediaType
|
||||
switch (Type)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user