mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Implemented reading SD/MMC using buffered OS calls.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user