decouple input/frame limiter from GPU plugin
[pcsx_rearmed.git] / libpcsxcore / psxcommon.c
index f118c2d..5e9dcaf 100644 (file)
@@ -56,6 +56,7 @@ void EmuUpdate() {
        if (!Config.HLE || !hleSoftCall)
                SysUpdate();
 
+       pl_frame_limit();
        ApplyCheats();
 }