lua - fix client.ext()

This commit is contained in:
adelikat 2015-08-01 15:38:43 -04:00
parent 2e3b27494f
commit 0b4dfb0ba0
1 changed files with 5 additions and 5 deletions

View File

@ -590,11 +590,6 @@ namespace BizHawk.Client.EmuHawk
}
private void ExitMenuItem_Click(object sender, EventArgs e)
{
CloseEmulator();
}
public void CloseEmulator()
{
if (GlobalWin.Tools.AskSave())
{
@ -602,6 +597,11 @@ namespace BizHawk.Client.EmuHawk
}
}
public void CloseEmulator()
{
_exit = true;
}
#endregion
#region Emulation Menu