drc: fix warning in my code
[pcsx_rearmed.git] / libpcsxcore / psxcommon.c
index 5e9dcaf..ea655df 100644 (file)
@@ -56,8 +56,8 @@ void EmuUpdate() {
        if (!Config.HLE || !hleSoftCall)
                SysUpdate();
 
-       pl_frame_limit();
        ApplyCheats();
+       pl_frame_limit();
 }
 
 void __Log(char *fmt, ...) {