From 59f03272f1566758bbcf99b1c16d8e323b8a871c Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Mon, 28 May 2001 15:33:29 +0000 Subject: [PATCH] Enabled vsync in windowed modes --- 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 ac045a38..3d1414af 100644 --- a/zsnes/src/win/winlink.cpp +++ b/zsnes/src/win/winlink.cpp @@ -151,7 +151,7 @@ extern "C" BYTE vsyncon; void DrawScreen() { if(DD_CFB==NULL) return; - if (vsyncon == 1 && FullScreen == 1) + if (vsyncon == 1) { if (lpDD->WaitForVerticalBlank(DDWAITVB_BLOCKBEGIN, NULL) != DD_OK) {