This commit is contained in:
2020-04-03 02:45:15 +01:00
parent 1496626094
commit 8fb4a0e532

View File

@@ -233,6 +233,8 @@ namespace Aaru.Core.Devices.Dumping
_speed > 0xFFFF)
_speed = 0xFFFF;
currentReadSpeed = _speed;
_dev.SetCdSpeed(out _, RotationalControl.ClvAndImpureCav, (ushort)_speed, 0, _dev.Timeout, out _);
}