X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfsound%2Fspu.h;h=d42425d6fa5a736ab67a5ae8666621eec8d06c20;hp=8912684bed6d6f17167c82cf070700015c9bd5a1;hb=8a55ebcc07d4f860633db8c77bb9e16bcfa03313;hpb=ef79bbde537d6b9c745a7d86cb9df1d04c35590d diff --git a/plugins/dfsound/spu.h b/plugins/dfsound/spu.h index 8912684b..d42425d6 100644 --- a/plugins/dfsound/spu.h +++ b/plugins/dfsound/spu.h @@ -15,7 +15,6 @@ * * ***************************************************************************/ -void SetupTimer(void); -void RemoveTimer(void); +void ClearWorkingState(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);