X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=plugins%2Fdfsound%2Fspu.h;h=8a0f2d2e49c0fd573894d814159c02d4fc63cc8a;hb=9cf790343a0788535b4ab2b2ce576662860d0188;hp=048f6434c689ef794a3f88155bcbb682803aa0ab;hpb=983a7cfdccceaa612267a1b045110b4f831d1495;p=pcsx_rearmed.git diff --git a/plugins/dfsound/spu.h b/plugins/dfsound/spu.h index 048f6434..8a0f2d2e 100644 --- a/plugins/dfsound/spu.h +++ b/plugins/dfsound/spu.h @@ -15,7 +15,6 @@ * * ***************************************************************************/ -void SetupTimer(void); -void RemoveTimer(void); -void CALLBACK SPUplayADPCMchannel(xa_decode_t *xap); -int CALLBACK SPUplayCDDAchannel(short *pcm, int bytes); +void ClearWorkingState(void); +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);