mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Implement IMediaGraph in Spiral.
This commit is contained in:
@@ -214,10 +214,7 @@ partial class Dump
|
||||
outputFormat.WriteSectors(buffer, i, blocksToRead);
|
||||
imageWriteDuration += (DateTime.Now - writeStart).TotalSeconds;
|
||||
extents.Add(i, blocksToRead, true);
|
||||
|
||||
if(_opticalDiscSpiral is not null)
|
||||
for(int b = 0; b < blocksToRead; b++)
|
||||
_opticalDiscSpiral.PaintSectorGood(i + (ulong)b);
|
||||
_mediaGraph?.PaintSectorsGood(i, blocksToRead);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user