From cefe86b749ed699cd8af96e4875bb4e90e967569 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 21 Mar 2011 22:52:38 +0200 Subject: try to align timing with LCD refresh --- libpcsxcore/psxcommon.c | 2 +- libpcsxcore/psxcounters.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libpcsxcore') 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, ...) { diff --git a/libpcsxcore/psxcounters.c b/libpcsxcore/psxcounters.c index c9f2931..044d0d3 100644 --- a/libpcsxcore/psxcounters.c +++ b/libpcsxcore/psxcounters.c @@ -300,8 +300,8 @@ void psxRcntUpdate() GPU_vBlank( 0 ); setIrq( 0x01 ); - GPU_updateLace(); EmuUpdate(); + GPU_updateLace(); } } -- cgit v1.2.3