mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
one last fix
This commit is contained in:
@ -106,8 +106,6 @@ bool wxApp_melonDS::OnInit()
|
||||
|
||||
int wxApp_melonDS::OnExit()
|
||||
{
|
||||
emuthread->EmuPause();
|
||||
emuthread->EmuExit();
|
||||
emuthread->Wait();
|
||||
delete emuthread;
|
||||
|
||||
@ -169,6 +167,9 @@ MainFrame::MainFrame()
|
||||
|
||||
void MainFrame::OnClose(wxCloseEvent& event)
|
||||
{
|
||||
emuthread->EmuPause();
|
||||
emuthread->EmuExit();
|
||||
|
||||
NDS::DeInit();
|
||||
|
||||
if (joy)
|
||||
|
Reference in New Issue
Block a user