mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
On drives that support D8h use it to read Audio CD sectors as some fail due to a firmware bug.
This commit is contained in:
@@ -860,7 +860,7 @@ namespace Aaru.Core.Devices.Dumping
|
||||
cdOffset = _ctx.CdOffsets.FirstOrDefault(d => d.Manufacturer == _dev.Manufacturer && d.Model == _dev.Model);
|
||||
|
||||
Media.Info.CompactDisc.GetOffset(cdOffset, _dbDev, _debug, _dev, dskType, _dumpLog, tracks, UpdateStatus,
|
||||
out int? driveOffset, out int? combinedOffset);
|
||||
out int? driveOffset, out int? combinedOffset, out _supportsPlextorD8);
|
||||
|
||||
if(combinedOffset is null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user