aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/psxcommon.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/psxcommon.c')
-rw-r--r--libpcsxcore/psxcommon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/psxcommon.c b/libpcsxcore/psxcommon.c
index 5e9dcaf..ea655df 100644
--- a/libpcsxcore/psxcommon.c
+++ b/libpcsxcore/psxcommon.c
@@ -56,8 +56,8 @@ void EmuUpdate() {
if (!Config.HLE || !hleSoftCall)
SysUpdate();
- pl_frame_limit();
ApplyCheats();
+ pl_frame_limit();
}
void __Log(char *fmt, ...) {