X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=plugins%2Fdfsound%2Fspu.h;h=048f6434c689ef794a3f88155bcbb682803aa0ab;hb=983a7cfdccceaa612267a1b045110b4f831d1495;hp=8912684bed6d6f17167c82cf070700015c9bd5a1;hpb=4600ba0381ea86bdfdcba8f4f762c89f5c51af5b;p=pcsx_rearmed.git diff --git a/plugins/dfsound/spu.h b/plugins/dfsound/spu.h index 8912684b..048f6434 100644 --- a/plugins/dfsound/spu.h +++ b/plugins/dfsound/spu.h @@ -18,4 +18,4 @@ void SetupTimer(void); void RemoveTimer(void); void CALLBACK SPUplayADPCMchannel(xa_decode_t *xap); -void CALLBACK SPUplayCDDAchannel(short *pcm, int bytes); \ No newline at end of file +int CALLBACK SPUplayCDDAchannel(short *pcm, int bytes);