X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fdfsound%2Fspu.h;h=23425d9b6b332be2d47a400917952a272d3b9400;hb=36f3ea6c0c8619110a3d0a3b30cad66a895b4061;hp=8912684bed6d6f17167c82cf070700015c9bd5a1;hpb=ef79bbde537d6b9c745a7d86cb9df1d04c35590d;p=pcsx_rearmed.git diff --git a/plugins/dfsound/spu.h b/plugins/dfsound/spu.h index 8912684b..23425d9b 100644 --- a/plugins/dfsound/spu.h +++ b/plugins/dfsound/spu.h @@ -15,7 +15,11 @@ * * ***************************************************************************/ -void SetupTimer(void); -void RemoveTimer(void); +#ifndef __P_SPU_H__ +#define __P_SPU_H__ + +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); + +#endif /* __P_SPU_H__ */