build luainterface differently. fix lua poop?

This commit is contained in:
zeromus 2012-03-18 00:05:06 +00:00
parent e404dea408
commit f7d0852741
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -1679,7 +1679,7 @@ namespace BizHawk.MultiClient
{
//we need to run DoEvents in here so that we can use Control.Invoke to interact with the gui
//its all a godawful mess
if (LuaConsole1.WaitOne(10)) break;
if (LuaConsole1.WaitOne(0)) break;
Application.DoEvents();
}
}

Binary file not shown.