For consistency, sector validity is not checked. Will be implemented in next version.

This commit is contained in:
2020-03-05 03:44:07 +00:00
parent 33d377906d
commit 6b89ccd01c

View File

@@ -389,10 +389,8 @@ namespace Aaru.Core.Devices.Dumping
cmdBuf = tmpBuf;
}
// TODO: Implement sector validity
cmdBuf = Sector.Scramble(cmdBuf);
// TODO: In error correction, if persistent, consider we got the sector, just save it
sense = CdChecksums.CheckCdSector(cmdBuf) != true;
}
}
}