mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add an interface for classes able to draw media status, like the spiral.
This commit is contained in:
@@ -214,6 +214,10 @@ 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);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user