Lua - refresh the lua console when a script exits

This commit is contained in:
adelikat 2016-01-30 18:50:05 -05:00
parent 7bb3e04105
commit fdae465089
1 changed files with 1 additions and 0 deletions

View File

@ -450,6 +450,7 @@ namespace BizHawk.Client.EmuHawk
{
LuaImp.CallExitEvent(lf.Thread);
lf.Stop();
UpdateDialog();
}
lf.FrameWaiting = result.WaitForFrame;