From 0aa8bed43c837c7ae71795f311f97b0227eb4623 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Mon, 28 May 2001 02:57:15 +0000 Subject: [PATCH] vsync update --- zsnes/src/win/winlink.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/win/winlink.cpp b/zsnes/src/win/winlink.cpp index dfb4360b..8faea73e 100644 --- a/zsnes/src/win/winlink.cpp +++ b/zsnes/src/win/winlink.cpp @@ -150,7 +150,7 @@ extern "C" BYTE vsyncon; void DrawScreen() { if(DD_CFB==NULL) return; - if (vsyncon == 1) + if (vsyncon == 1 && FullScreen == 1) { if (lpDD->WaitForVerticalBlank(DDWAITVB_BLOCKBEGIN, NULL) != DD_OK) {