X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fdfsound%2Fspu.h;h=0cef6520d6e8652f2201bc2bded5cdde01f1c41e;hb=7df2c03cc775292b1bcc2b2eb6486e2ae83faa87;hp=23425d9b6b332be2d47a400917952a272d3b9400;hpb=edfb913768c9ebd50a0ba810697e2ab7056bcc3e;p=pcsx_rearmed.git diff --git a/plugins/dfsound/spu.h b/plugins/dfsound/spu.h index 23425d9b..0cef6520 100644 --- a/plugins/dfsound/spu.h +++ b/plugins/dfsound/spu.h @@ -19,7 +19,7 @@ #define __P_SPU_H__ 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); #endif /* __P_SPU_H__ */