aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libpcsxcore/psxcommon.c1
-rw-r--r--plugins/dfxvideo/gpu.c2
2 files changed, 2 insertions, 1 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();
}
diff --git a/plugins/dfxvideo/gpu.c b/plugins/dfxvideo/gpu.c
index 87eeca3..2b12fd7 100644
--- a/plugins/dfxvideo/gpu.c
+++ b/plugins/dfxvideo/gpu.c
@@ -789,9 +789,9 @@ void CALLBACK GPUupdateLace(void) // VSYNC
if(!(dwActFixes&1))
lGPUstatusRet^=0x80000000; // odd/even bit
+ //pcsx-rearmed: removed, this is handled by core
//if(!(dwActFixes&32)) // std fps limitation?
// CheckFrameRate();
- pl_frame_limit();
if(PSXDisplay.Interlaced) // interlaced mode?
{