From 4f0ccdf18e2cfdc26d26ce4da60340b58598b6f2 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Thu, 18 Apr 2002 17:54:40 +0000 Subject: [PATCH] Moved a line of code --- 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 c2362dda..a1fcd3ec 100644 --- a/zsnes/src/win/winlink.cpp +++ b/zsnes/src/win/winlink.cpp @@ -1860,8 +1860,8 @@ extern unsigned char MMXSupport; void UpdateVFrame(void) { - if (GUIOn2 == 1 && IsActivated == 0) WaitMessage(); if (GUIOn2 == 1 && IsActivated == 1) Sleep(1); + if (GUIOn2 == 1 && IsActivated == 0) WaitMessage(); int DataNeeded; int SPCSize=256;