X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfsound%2Fspu.c;fp=plugins%2Fdfsound%2Fspu.c;h=f29ca4fa780e6dc8f989ae323c79455f6cd806a8;hp=8edcd4db9069e765b6d9471c33ed26835aba3fe1;hb=7285d7ad81bd55b5be49c6e7ee71d0583e84327d;hpb=979b861b31ef1f5033db5bd4433b842944300a3e diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c index 8edcd4db..f29ca4fa 100644 --- a/plugins/dfsound/spu.c +++ b/plugins/dfsound/spu.c @@ -1609,7 +1609,7 @@ void CALLBACK SPUregisterCallback(void (CALLBACK *callback)(void)) void CALLBACK SPUregisterCDDAVolume(void (CALLBACK *CDDAVcallback)(short, short)) { - spu.cddavCallback = CDDAVcallback; + //spu.cddavCallback = CDDAVcallback; } void CALLBACK SPUregisterScheduleCb(void (CALLBACK *callback)(unsigned int))