mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added disk geometry.
This commit is contained in:
@@ -410,6 +410,10 @@ namespace DiscImageChef.ImagePlugins
|
||||
if(!string.IsNullOrEmpty(ImageInfo.imageComments))
|
||||
DicConsole.VerboseWriteLine("CopyQM comments: {0}", ImageInfo.imageComments);
|
||||
|
||||
ImageInfo.heads = header.heads;
|
||||
ImageInfo.cylinders = header.imageCylinders;
|
||||
ImageInfo.sectorsPerTrack = header.sectorsPerTrack;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user