X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=drivers%2Fgp2x%2Fdface.h;h=6ff445964af71d50d53e7294ba44f61202c01373;hp=92df0828ac530c0e60500164a18abaad79333ab1;hb=22f08d9598e12f15de5e3c2f503c2ad1298dcc17;hpb=9a079c3760813dd9715edab1c7ebc5d43b385bef diff --git a/drivers/gp2x/dface.h b/drivers/gp2x/dface.h index 92df082..6ff4459 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, int NoWaiting); void KillSound(void); void SilenceSound(int s); /* DOS and SDL */