X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fdfsound%2Fspu.c;h=f29ca4fa780e6dc8f989ae323c79455f6cd806a8;hb=9b84c4f7c6edcd29dc0a38f3d68263813366b8d3;hp=8edcd4db9069e765b6d9471c33ed26835aba3fe1;hpb=0de2ae236e4f4cd7c9fb0ee648037f93753c02ff;p=pcsx_rearmed.git 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))