fix build

This commit is contained in:
CasualPokePlayer 2024-06-06 13:51:19 -07:00
parent 43a621a695
commit a7c8156710
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.NDS
public abstract void SetScreenSettings(IntPtr console, ref ScreenSettings screenSettings, out int width, out int height, out int vwidth, out int vheight);
[BizImport(CC)]
public abstract void SetSoundConfig(IntPtr console, NDS.NDSSettings.AudioBitDepthType bitDepth NDS.NDSSettings.AudioInterpolationType interpolation);
public abstract void SetSoundConfig(IntPtr console, NDS.NDSSettings.AudioBitDepthType bitDepth, NDS.NDSSettings.AudioInterpolationType interpolation);
[BizImport(CC)]
public abstract void GetTouchCoords(ref int x, ref int y);