mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Disable support for CHD v5 until it can be fixed properly.
This commit is contained in:
@@ -337,6 +337,9 @@ namespace Aaru.DiscImages
|
||||
|
||||
case 5:
|
||||
{
|
||||
// TODO: Check why reading is misaligned
|
||||
throw new ImageNotSupportedException("CHD version 5 is not yet supported.");
|
||||
|
||||
ChdHeaderV5 hdrV5 = Marshal.ByteArrayToStructureBigEndian<ChdHeaderV5>(buffer);
|
||||
|
||||
AaruConsole.DebugWriteLine("CHD plugin", "hdrV5.tag = \"{0}\"",
|
||||
|
||||
Reference in New Issue
Block a user