Added hint for XML metadata creator to know which kind of

media the image represents.
This commit is contained in:
2015-12-05 17:21:47 +00:00
parent 96048617e1
commit 564775d3f7
11 changed files with 101 additions and 0 deletions

View File

@@ -778,6 +778,8 @@ namespace DiscImageChef.ImagePlugins
DicConsole.DebugWriteLine("VirtualPC plugin", "Bitmap is {0} sectors", bitmapSize);
}
ImageInfo.xmlMediaType = XmlMediaType.BlockMedia;
switch (thisFooter.diskType)
{
case typeFixed: