spu: fix first sample, don't play ahead
[pcsx_rearmed.git] / libpcsxcore / psxcommon.c
index 5e9dcaf..8313304 100644 (file)
@@ -56,8 +56,13 @@ void EmuUpdate() {
        if (!Config.HLE || !hleSoftCall)
                SysUpdate();
 
-       pl_frame_limit();
        ApplyCheats();
+
+       // reamed hack
+       {
+               extern void pl_frame_limit(void);
+               pl_frame_limit();
+       }
 }
 
 void __Log(char *fmt, ...) {