spu: rework synchronization
[pcsx_rearmed.git] / libpcsxcore / psxcounters.c
index 50f1792..b25674c 100644 (file)
@@ -335,7 +335,7 @@ void psxRcntUpdate()
 
             if( SPU_async )
             {
 
             if( SPU_async )
             {
-                SPU_async( SpuUpdInterval[Config.PsxType] * rcnts[3].target );
+                SPU_async( cycle, 1 );
             }
         }
         
             }
         }