aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
authornotaz2010-12-30 17:40:23 +0200
committernotaz2010-12-30 17:40:23 +0200
commitdc40e780e5645e55afb914c752734678361ad733 (patch)
treeaf2405131cd38d33cae83cad6313feaba1421cf6 /libpcsxcore
parent9af2e936a15a487f3920a198213387ef2c1a02ac (diff)
downloadpcsx_rearmed-dc40e780e5645e55afb914c752734678361ad733.tar.gz
pcsx_rearmed-dc40e780e5645e55afb914c752734678361ad733.tar.bz2
pcsx_rearmed-dc40e780e5645e55afb914c752734678361ad733.zip
decouple input/frame limiter from GPU plugin
Diffstat (limited to 'libpcsxcore')
-rw-r--r--libpcsxcore/psxcommon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpcsxcore/psxcommon.c b/libpcsxcore/psxcommon.c
index f118c2d..5e9dcaf 100644
--- a/libpcsxcore/psxcommon.c
+++ b/libpcsxcore/psxcommon.c
@@ -56,6 +56,7 @@ void EmuUpdate() {
if (!Config.HLE || !hleSoftCall)
SysUpdate();
+ pl_frame_limit();
ApplyCheats();
}