aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/spu.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/spu.c')
-rw-r--r--libpcsxcore/spu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/spu.c b/libpcsxcore/spu.c
index f23051e..90d2f4d 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);
}