From 5df102920eae4e15434b16d73c66f4598cc312ad Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Sun, 25 May 2003 22:19:19 +0000 Subject: [PATCH] Netplay freezing bug fixed --- zsnes/src/win/winlink.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/zsnes/src/win/winlink.cpp b/zsnes/src/win/winlink.cpp index 09d69dca..3bf0b394 100644 --- a/zsnes/src/win/winlink.cpp +++ b/zsnes/src/win/winlink.cpp @@ -1926,9 +1926,6 @@ extern unsigned char MMXSupport; void UpdateVFrame(void) { - if (GUIOn2 == 1 && IsActivated == 1) Sleep(1); - if (GUIOn2 == 1 && IsActivated == 0) WaitMessage(); - int DataNeeded; int SPCSize=256;