X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=drivers%2Fgp2x%2Fdface.h;h=c4d2bfb4f43824b0897298991043ad1f4a2503c3;hp=92df0828ac530c0e60500164a18abaad79333ab1;hb=c0bf6f9f02a2b6afb961a7e9195e2168d7e9cecf;hpb=35868d35201adb0e4066584d1145c920f5be9b03 diff --git a/drivers/gp2x/dface.h b/drivers/gp2x/dface.h index 92df082..c4d2bfb 100644 --- a/drivers/gp2x/dface.h +++ b/drivers/gp2x/dface.h @@ -6,7 +6,7 @@ void DoDriverArgs(void); void GetBaseDirectory(char *BaseDirectory); int InitSound(void); -void WriteSound(int32 *Buffer, int Count, int NoWaiting); +void WriteSound(int16 *Buffer, int Count); void KillSound(void); void SilenceSound(int s); /* DOS and SDL */ @@ -26,7 +26,7 @@ void KillKeyboard(void); int InitVideo(void); void KillVideo(void); -void BlitScreen(uint8 *XBuf); +void BlitScreen(uint8 *buf); void LockConsole(void); void UnlockConsole(void); void ToggleFS(); /* SDL */