X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfsound%2Fspu.h;fp=plugins%2Fdfsound%2Fspu.h;h=8a0f2d2e49c0fd573894d814159c02d4fc63cc8a;hp=d42425d6fa5a736ab67a5ae8666621eec8d06c20;hb=9cf790343a0788535b4ab2b2ce576662860d0188;hpb=5fdcf5cd320abef2c685630e3edf3598645d141e diff --git a/plugins/dfsound/spu.h b/plugins/dfsound/spu.h index d42425d6..8a0f2d2e 100644 --- a/plugins/dfsound/spu.h +++ b/plugins/dfsound/spu.h @@ -16,5 +16,5 @@ ***************************************************************************/ void ClearWorkingState(void); -void CALLBACK SPUplayADPCMchannel(xa_decode_t *xap); -int CALLBACK SPUplayCDDAchannel(short *pcm, int bytes); +void CALLBACK SPUplayADPCMchannel(xa_decode_t *xap, unsigned int cycle, int is_start); +int CALLBACK SPUplayCDDAchannel(short *pcm, int bytes, unsigned int cycle, int is_start);