Skip Lag Frame When Frame Advancing Has Been Implemented

This commit is contained in:
Rolanmen1 2012-03-13 21:19:36 +00:00
parent 8c466bcbe6
commit 04c8e8d7a3
1 changed files with 2 additions and 6 deletions

View File

@ -1671,14 +1671,10 @@ namespace BizHawk.MultiClient
Global.RenderPanel.ClearGUIText();
//client input-related duties
#if WINDOWS
if (LuaConsole1.IsRunning())
{
LuaConsole1.WaitOne();
}
if (LuaConsole1.IsRunning())
{
Global.MainForm.MainWait.Set();
LuaConsole1.WaitOne();
}
#endif