spu: fix wrong volume shift
[pcsx_rearmed.git] / plugins / dfsound / spu.h
index 23425d9..0cef652 100644 (file)
@@ -19,7 +19,7 @@
 #define __P_SPU_H__\r
 \r
 void ClearWorkingState(void);\r
-void CALLBACK SPUplayADPCMchannel(xa_decode_t *xap);\r
-int  CALLBACK SPUplayCDDAchannel(short *pcm, int bytes);\r
+void CALLBACK SPUplayADPCMchannel(xa_decode_t *xap, unsigned int cycle, int is_start);\r
+int  CALLBACK SPUplayCDDAchannel(short *pcm, int bytes, unsigned int cycle, int is_start);\r
 \r
 #endif /* __P_SPU_H__ */\r