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) {