summaryrefslogtreecommitdiff
path: root/libpcsxcore/psxcounters.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/psxcounters.c')
-rw-r--r--libpcsxcore/psxcounters.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libpcsxcore/psxcounters.c b/libpcsxcore/psxcounters.c
index dd68427d..e66b6ff5 100644
--- a/libpcsxcore/psxcounters.c
+++ b/libpcsxcore/psxcounters.c
@@ -22,7 +22,6 @@
*/
#include "psxcounters.h"
-#include "cheat.h"
/******************************************************************************/
@@ -300,8 +299,7 @@ void psxRcntUpdate()
setIrq( 0x01 );
GPU_updateLace();
- SysUpdate();
- ApplyCheats();
+ EmuUpdate();
}
}