parent
40b7b49f8c
commit
f98476b825
|
@ -78,7 +78,7 @@ namespace BizHawk.Emulation.Cores.Computers.Doom
|
||||||
public int MapOverlay;
|
public int MapOverlay;
|
||||||
public int PlayerPointOfView;
|
public int PlayerPointOfView;
|
||||||
}
|
}
|
||||||
|
|
||||||
[StructLayout(LayoutKind.Sequential)]
|
[StructLayout(LayoutKind.Sequential)]
|
||||||
public struct VideoInfo
|
public struct VideoInfo
|
||||||
{
|
{
|
||||||
|
@ -88,7 +88,7 @@ namespace BizHawk.Emulation.Cores.Computers.Doom
|
||||||
public int PaletteSize;
|
public int PaletteSize;
|
||||||
public IntPtr PaletteBuffer;
|
public IntPtr PaletteBuffer;
|
||||||
public IntPtr VideoBuffer;
|
public IntPtr VideoBuffer;
|
||||||
};
|
}
|
||||||
|
|
||||||
[BizImport(CallingConvention.Cdecl)]
|
[BizImport(CallingConvention.Cdecl)]
|
||||||
public abstract void dsda_get_audio(ref int n, ref IntPtr buffer);
|
public abstract void dsda_get_audio(ref int n, ref IntPtr buffer);
|
||||||
|
|
Loading…
Reference in New Issue