Solved reading multiple MMC/SD commands at a time.

This commit is contained in:
2017-09-29 13:01:16 +00:00
parent efb7331a98
commit a82071a3e3
3 changed files with 8 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ namespace DiscImageChef.Core.Devices.Dumping
sidecar.BlockMedia[0].SecureDigital = new SecureDigitalType();
uint blocksToRead = 1;
uint blocksToRead = 128;
uint blockSize = 512;
ulong blocks = 0;
byte[] cid = null;