spu: fix first sample, don't play ahead
[pcsx_rearmed.git] / libpcsxcore / spu.c
index f23051e..90d2f4d 100644 (file)
@@ -36,5 +36,5 @@ void CALLBACK SPUschedule(unsigned int cycles_after) {
 }
 
 void spuUpdate() {
-       SPU_async(psxRegs.cycle);
+       SPU_async(psxRegs.cycle, 0);
 }