Fix code style warnings in `LibDSDA.cs`

fixes f0564300c
This commit is contained in:
YoshiRulz 2025-06-02 03:56:10 +10:00
parent 40b7b49f8c
commit f98476b825
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 2 additions and 2 deletions

View File

@ -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);