Fixed A Bug When Saving A Session That Prevented Them To Be Loaded Correctly.

This commit is contained in:
rolanmen1 2012-03-21 12:51:52 +00:00
parent d8c0e3b27e
commit dcaf724dae
2 changed files with 2 additions and 2 deletions

View File

@ -356,8 +356,8 @@ namespace BizHawk.MultiClient
//---------------------------------------------------- //----------------------------------------------------
public void emu_frameadvance() public void emu_frameadvance()
{ {
LuaWait.Set();
Global.MainForm.MainWait.WaitOne(); Global.MainForm.MainWait.WaitOne();
LuaWait.Set();
} }
public void emu_pause() public void emu_pause()

View File

@ -822,7 +822,7 @@ namespace BizHawk.MultiClient
else else
str += "0 "; str += "0 ";
str += luaList[i].Path; str += luaList[i].Path + "\n";
} }
} }
sw.WriteLine(str); sw.WriteLine(str);