drc: fix warning in my code
[pcsx_rearmed.git] / libpcsxcore / psxcommon.c
index f118c2d..ea655df 100644 (file)
@@ -57,6 +57,7 @@ void EmuUpdate() {
                SysUpdate();
 
        ApplyCheats();
+       pl_frame_limit();
 }
 
 void __Log(char *fmt, ...) {