X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=drivers%2Fgp2x%2Fdface.h;h=f2c569ec4848476a24db59a24c7e470a0ffbf7b0;hp=92df0828ac530c0e60500164a18abaad79333ab1;hb=b2b95d2e0d1fd5e52d03c2152605b09b024c1d0e;hpb=35868d35201adb0e4066584d1145c920f5be9b03 diff --git a/drivers/gp2x/dface.h b/drivers/gp2x/dface.h index 92df082..f2c569e 100644 --- a/drivers/gp2x/dface.h +++ b/drivers/gp2x/dface.h @@ -6,7 +6,8 @@ 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 +27,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 */