X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fspunull%2Fspunull.c;h=4390be30e3cf5977d3985d47ccd3efbcce948a3a;hp=be798c5c7a8143541c31c84f1287c9cb78a57853;hb=69b09c0d33efd71ebe4886cfae41c162803683d5;hpb=0d464c772e9a22e02818c309b79f8cc724ebb891 diff --git a/plugins/spunull/spunull.c b/plugins/spunull/spunull.c index be798c5c..4390be30 100644 --- a/plugins/spunull/spunull.c +++ b/plugins/spunull/spunull.c @@ -347,8 +347,9 @@ void SPUasync(unsigned int cycle) { } -void SPUplayCDDAchannel(short *pcm, int nbytes) +int SPUplayCDDAchannel(short *pcm, int nbytes) { + return -1; } ////////////////////////////////////////////////////////////////////////