gpu: be sure bSkipNextFrame is consistent when fskip opt is toggled
[pcsx_rearmed.git] / plugins / dfxvideo / gpu.c
index 45f5b38..87eeca3 100644 (file)
@@ -494,6 +494,7 @@ void updateDisplay(void)                               // UPDATE DISPLAY
   }
  else                                                  // no skip ?
   {
+   bSkipNextFrame = FALSE;
    DoBufferSwap();                                     // -> swap
   }
 }