Skip Lag Frame When Frame Advancing Has Been Implemented
This commit is contained in:
parent
8c466bcbe6
commit
04c8e8d7a3
|
@ -1673,12 +1673,8 @@ namespace BizHawk.MultiClient
|
|||
#if WINDOWS
|
||||
if (LuaConsole1.IsRunning())
|
||||
{
|
||||
LuaConsole1.WaitOne();
|
||||
}
|
||||
|
||||
if (LuaConsole1.IsRunning())
|
||||
{
|
||||
Global.MainForm.MainWait.Set();
|
||||
Global.MainForm.MainWait.Set();
|
||||
LuaConsole1.WaitOne();
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue