diff --git a/BizHawk.Client.EmuHawk/MainForm.cs b/BizHawk.Client.EmuHawk/MainForm.cs index c44de242b5..ce72caba0a 100644 --- a/BizHawk.Client.EmuHawk/MainForm.cs +++ b/BizHawk.Client.EmuHawk/MainForm.cs @@ -234,9 +234,11 @@ namespace BizHawk.Client.EmuHawk { if (GlobalWin.Tools.AskSave()) { - CloseGame(); + //zero 03-nov-2015 - close game after other steps. tools might need to unhook themselves from a core. Global.MovieSession.Movie.Stop(); GlobalWin.Tools.Close(); + CloseGame(); + //does this need to be last for any particular reason? do tool dialogs persist settings when closing? SaveConfig(); } else