From 5488cfe1f08d28a67307d5a845ebd4daf3484f9b Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Fri, 1 Jun 2001 01:17:51 +0000 Subject: [PATCH] Fixed vsync in windowed mode --- zsnes/src/win/winlink.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/zsnes/src/win/winlink.cpp b/zsnes/src/win/winlink.cpp index 43ae370b..2d7e48ff 100644 --- a/zsnes/src/win/winlink.cpp +++ b/zsnes/src/win/winlink.cpp @@ -171,6 +171,7 @@ void DrawScreen() { DDrawError(); } + DD_Primary->Blt(&rcWindow, DD_CFB, NULL, DDBLT_WAIT, NULL); } } else