X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=sound.h;fp=sound.h;h=c8d2618ef81bc6c6e5363a4eacfdec000524b48b;hp=b995633091b1250e70eabc8a33f1ff6927a92dd8;hb=c4980f9edd806014286d57aee1cbe5e73b803e46;hpb=e328100eecae3adfce1c3b57364bee5d166217ef diff --git a/sound.h b/sound.h index b995633..c8d2618 100644 --- a/sound.h +++ b/sound.h @@ -70,7 +70,7 @@ extern int32 fhinc; uint8 FCEU_GetJoyJoy(void); -int GetSoundBuffer(int32 **W); +int GetSoundBuffer(int16 **W); int FlushEmulateSound(void); extern uint32 Wave[2048]; extern int32 WaveFinal[2048];