From: notaz Date: Fri, 24 Dec 2010 22:32:08 +0000 (+0200) Subject: gpu: be sure bSkipNextFrame is consistent when fskip opt is toggled X-Git-Tag: r1~6 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=0d8f5b891a7b56e94e15930ea2a8748b1033cd5f gpu: be sure bSkipNextFrame is consistent when fskip opt is toggled --- diff --git a/plugins/dfxvideo/gpu.c b/plugins/dfxvideo/gpu.c index 45f5b384..87eeca30 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 } }