diff --git a/DiscImageChef.Devices/Device/List.cs b/DiscImageChef.Devices/Device/List.cs index 429130446..8d4c60a79 100644 --- a/DiscImageChef.Devices/Device/List.cs +++ b/DiscImageChef.Devices/Device/List.cs @@ -57,6 +57,9 @@ namespace DiscImageChef.Devices public string Bus; [MarshalAs(UnmanagedType.U1)] public bool Supported; + + [MarshalAs(UnmanagedType.ByValArray, SizeConst = 3)] + public readonly byte[] Padding; } public partial class Device