mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-07-08 18:06:41 +00:00
Slight tweak to CHD v5 model
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user