mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add padding to device info list member.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user