Fixed A Bug When Saving A Session That Prevented Them To Be Loaded Correctly.
This commit is contained in:
parent
d8c0e3b27e
commit
dcaf724dae
|
@ -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()
|
||||||
|
|
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue