X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fdfsound%2Fspu.h;h=23425d9b6b332be2d47a400917952a272d3b9400;hb=02487de7ff9fcbb6d7d692a6b3ae6e6539708abc;hp=048f6434c689ef794a3f88155bcbb682803aa0ab;hpb=983a7cfdccceaa612267a1b045110b4f831d1495;p=pcsx_rearmed.git diff --git a/plugins/dfsound/spu.h b/plugins/dfsound/spu.h index 048f6434..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); int CALLBACK SPUplayCDDAchannel(short *pcm, int bytes); + +#endif /* __P_SPU_H__ */