diff --git a/src/BizHawk.Emulation.Cores/Computers/Doom/LibDSDA.cs b/src/BizHawk.Emulation.Cores/Computers/Doom/LibDSDA.cs index 05bcc44a16..89763a874d 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Doom/LibDSDA.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Doom/LibDSDA.cs @@ -78,7 +78,7 @@ namespace BizHawk.Emulation.Cores.Computers.Doom public int MapOverlay; public int PlayerPointOfView; } - + [StructLayout(LayoutKind.Sequential)] public struct VideoInfo { @@ -88,7 +88,7 @@ namespace BizHawk.Emulation.Cores.Computers.Doom public int PaletteSize; public IntPtr PaletteBuffer; public IntPtr VideoBuffer; - }; + } [BizImport(CallingConvention.Cdecl)] public abstract void dsda_get_audio(ref int n, ref IntPtr buffer);