Slight tweak to CHD v5 model

This commit is contained in:
Matt Nadareski
2025-09-30 10:59:44 -04:00
parent 3c520d33eb
commit 749b35e5cb

View File

@@ -9,7 +9,8 @@ namespace SabreTools.Data.Models.CHD
/// <summary>
/// Which custom compressors are used?
/// </summary>
public CodecType[] Compressors { get; set; } = new CodecType[4];
/// <remarks>There should be 4 entries</remarks>
public CodecType[] Compressors { get; set; }
/// <summary>
/// Logical size of the data (in bytes)