mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Solved reading multiple MMC/SD commands at a time.
This commit is contained in:
@@ -59,7 +59,7 @@ namespace DiscImageChef.Core.Devices.Scanning
|
||||
uint timeout = 5;
|
||||
double duration = 0;
|
||||
ushort currentProfile = 0x0001;
|
||||
uint blocksToRead = 1;
|
||||
uint blocksToRead = 128;
|
||||
uint blockSize = 512;
|
||||
bool byteAddressed = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user