build luainterface differently. fix lua poop?
This commit is contained in:
parent
e404dea408
commit
f7d0852741
Binary file not shown.
|
@ -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.
Loading…
Reference in New Issue