Implemented reading SD/MMC using buffered OS calls.

This commit is contained in:
2020-12-12 22:48:03 +00:00
parent 04a2626125
commit c788a4ded5
12 changed files with 114 additions and 3 deletions

View File

@@ -810,7 +810,7 @@ namespace Aaru.Gui.ViewModels.Windows
Persistent, StopOnError, _resume, dumpLog, encoding, _outputPrefix, Destination,
parsedOptions, _sidecar, (uint)Skipped, ExistingMetadata == false, Trim == false,
Track1Pregap, true, false, DumpSubchannel.Any, 0, false, false, false, false, false,
true, errorLog, false, 64);
true, errorLog, false, 64, true);
new Thread(DoWork).Start();
}