Disable support for CHD v5 until it can be fixed properly.

This commit is contained in:
2020-06-19 04:00:51 +01:00
parent 7de13d02a3
commit 6465b316fc

View File

@@ -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}\"",