aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfxvideo/gpu.c
diff options
context:
space:
mode:
authornotaz2010-12-30 17:40:23 +0200
committernotaz2010-12-30 17:40:23 +0200
commitdc40e780e5645e55afb914c752734678361ad733 (patch)
treeaf2405131cd38d33cae83cad6313feaba1421cf6 /plugins/dfxvideo/gpu.c
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 'plugins/dfxvideo/gpu.c')
-rw-r--r--plugins/dfxvideo/gpu.c2
1 files changed, 1 insertions, 1 deletions
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?
{