X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fdfsound%2Fspu.h;h=810ec07dec01183c986079255015d5b1210867ec;hb=0de2ae236e4f4cd7c9fb0ee648037f93753c02ff;hp=334c680996ff9c9c929a4cc564a15250fe87399b;hpb=4d66d894c6563cbfb78fe8ccc0b374809fc44b0d;p=pcsx_rearmed.git diff --git a/plugins/dfsound/spu.h b/plugins/dfsound/spu.h index 334c6809..810ec07d 100644 --- a/plugins/dfsound/spu.h +++ b/plugins/dfsound/spu.h @@ -29,5 +29,7 @@ void ClearWorkingState(void); 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); +void FeedXA(const xa_decode_t *xap); +void FeedCDDA(unsigned char *pcm, int nBytes); #endif /* __P_SPU_H__ */