From 722285599b1ce45ca435f484b0f34a5e568487a1 Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 11 Dec 2010 23:11:46 +0200 Subject: refactor OSD code and PCNT stuff --- plugins/dfxvideo/gpu.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'plugins/dfxvideo/gpu.c') 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? { -- cgit v1.2.3