X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfsound%2Fspu.c;h=7d3f1a0efc2a479d48a41fafb0ae76424ada29eb;hp=8f6ed1395ed27c5d7d88f044d9ee8aefd78d26d8;hb=2b30c1291db9d9801d51cf85f71f40fe54958898;hpb=e391d21cdbf06afd68d137537b7e82585ecffa1a diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c index 8f6ed139..7d3f1a0e 100644 --- a/plugins/dfsound/spu.c +++ b/plugins/dfsound/spu.c @@ -1121,6 +1121,10 @@ void CALLBACK SPUregisterCDDAVolume(void (CALLBACK *CDDAVcallback)(unsigned shor cddavCallback = CDDAVcallback; } +void CALLBACK SPUregisterScheduleCb(void (CALLBACK *callback)(unsigned int)) +{ +} + // COMMON PLUGIN INFO FUNCS /* char * CALLBACK PSEgetLibName(void)