lua - fix client.ext()
This commit is contained in:
parent
2e3b27494f
commit
0b4dfb0ba0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue