X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fspu.c;h=90d2f4dbdc51f0cace3d14d0aadc18e4041e71a8;hb=c979e8c288de90834ceecfd7a37543a44cdd9402;hp=f23051ec2d81b62e01029d98c0bcdf04a33b69d3;hpb=2b30c1291db9d9801d51cf85f71f40fe54958898;p=pcsx_rearmed.git diff --git a/libpcsxcore/spu.c b/libpcsxcore/spu.c index f23051ec..90d2f4db 100644 --- a/libpcsxcore/spu.c +++ b/libpcsxcore/spu.c @@ -36,5 +36,5 @@ void CALLBACK SPUschedule(unsigned int cycles_after) { } void spuUpdate() { - SPU_async(psxRegs.cycle); + SPU_async(psxRegs.cycle, 0); }