mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Override Marshal.SizeOf in Helpers and use it instead of System's.
This commit is contained in:
@@ -160,8 +160,8 @@ namespace DiscImageChef.DiscImages
|
||||
mediaEncoding = MediaEncoding.FM;
|
||||
|
||||
imageInfo.MediaType = Geometry.GetMediaType(((ushort)imageInfo.Cylinders, (byte)imageInfo.Heads,
|
||||
(ushort)imageInfo.SectorsPerTrack, imageInfo.SectorSize,
|
||||
mediaEncoding, false));
|
||||
(ushort)imageInfo.SectorsPerTrack, imageInfo.SectorSize,
|
||||
mediaEncoding, false));
|
||||
|
||||
switch(imageInfo.MediaType)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user