Converted ImageInfo in public structure, use it to cache and

interchange information about disc image.
This commit is contained in:
2014-08-24 17:46:29 +01:00
parent 64a687e81a
commit ce8fd47fe6
6 changed files with 635 additions and 407 deletions

View File

@@ -73,6 +73,9 @@ namespace DiscImageChef.Plugins
{
try
{
if(!imagePlugin.ImageInfo.readableSectorTags.Contains(SectorTagType.AppleSectorTag))
return false;
// LisaOS is big-endian
BigEndianBitConverter.IsLittleEndian = BitConverter.IsLittleEndian;
@@ -156,6 +159,9 @@ namespace DiscImageChef.Plugins
try
{
if(!imagePlugin.ImageInfo.readableSectorTags.Contains(SectorTagType.AppleSectorTag))
return;
// LisaOS is big-endian
BigEndianBitConverter.IsLittleEndian = BitConverter.IsLittleEndian;