fix avi dumping on x64
problem was 4bytes only gap before lpParams. did I break the struct for 32bit?
This commit is contained in:
parent
a7f7583fcc
commit
390e5b1a26
|
@ -302,7 +302,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
out IntPtr ppavi,
|
||||
ref AVISTREAMINFOW psi);
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 1)]
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public struct AVICOMPRESSOPTIONS
|
||||
{
|
||||
public int fccType;
|
||||
|
@ -573,4 +573,4 @@ namespace BizHawk.Client.EmuHawk
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue