X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fdfxvideo%2Fgpu.c;h=2b12fd7996c8ffc02c2e9672f136d451225d7bbd;hb=201c21e2ad6be25a4b843d1434eabb432ce72884;hp=45f5b384e6044445a98193895569a597808514dd;hpb=722285599b1ce45ca435f484b0f34a5e568487a1;p=pcsx_rearmed.git diff --git a/plugins/dfxvideo/gpu.c b/plugins/dfxvideo/gpu.c index 45f5b384..2b12fd79 100644 --- a/plugins/dfxvideo/gpu.c +++ b/plugins/dfxvideo/gpu.c @@ -494,6 +494,7 @@ void updateDisplay(void) // UPDATE DISPLAY } else // no skip ? { + bSkipNextFrame = FALSE; DoBufferSwap(); // -> swap } } @@ -788,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? {