aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfxvideo/gpu.c
diff options
context:
space:
mode:
authornotaz2010-12-11 23:11:46 +0200
committernotaz2010-12-14 15:25:05 +0200
commit722285599b1ce45ca435f484b0f34a5e568487a1 (patch)
tree5f040ca6fe9e2f6bf84a1fefe4a658282e520a15 /plugins/dfxvideo/gpu.c
parentd352cde27e89b1be21bf8f88c3ca79e0eb497165 (diff)
downloadpcsx_rearmed-722285599b1ce45ca435f484b0f34a5e568487a1.tar.gz
pcsx_rearmed-722285599b1ce45ca435f484b0f34a5e568487a1.tar.bz2
pcsx_rearmed-722285599b1ce45ca435f484b0f34a5e568487a1.zip
refactor OSD code and PCNT stuff
Diffstat (limited to 'plugins/dfxvideo/gpu.c')
-rw-r--r--plugins/dfxvideo/gpu.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/dfxvideo/gpu.c b/plugins/dfxvideo/gpu.c
index 20e5eef..45f5b38 100644
--- a/plugins/dfxvideo/gpu.c
+++ b/plugins/dfxvideo/gpu.c
@@ -788,8 +788,9 @@ void CALLBACK GPUupdateLace(void) // VSYNC
if(!(dwActFixes&1))
lGPUstatusRet^=0x80000000; // odd/even bit
- if(!(dwActFixes&32)) // std fps limitation?
- CheckFrameRate();
+ //if(!(dwActFixes&32)) // std fps limitation?
+ // CheckFrameRate();
+ pl_frame_limit();
if(PSXDisplay.Interlaced) // interlaced mode?
{