Now LuaConsole should save the settings correctly.

This commit is contained in:
taotao54321 2012-03-09 20:12:57 +00:00
parent ecf9e6efc0
commit 83447d2d71
1 changed files with 1 additions and 0 deletions

View File

@ -2252,6 +2252,7 @@ namespace BizHawk.MultiClient
CloseForm(Cheats1);
CloseForm(TI83KeyPad1);
CloseForm(TAStudio1);
CloseForm(LuaConsole1);
ConfigService.Save(PathManager.DefaultIniPath, Global.Config);
}