mirror of https://github.com/PCSX2/pcsx2.git
Fixed a crash when clicking "Exit" while emulation is in progress.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1770 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
5148323b7c
commit
a7c3b12090
|
@ -212,6 +212,7 @@ void MainEmuFrame::Menu_SaveStateOther_Click(wxCommandEvent &event)
|
|||
|
||||
void MainEmuFrame::Menu_Exit_Click(wxCommandEvent &event)
|
||||
{
|
||||
SysReset();
|
||||
Close();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue