Make emulation -> stop actually shut down.

Otherwise it pauses so it never gets around to it.
This commit is contained in:
Unknown W. Brackets 2013-03-30 22:37:11 -07:00
parent ba131f7ffb
commit c4a93d3bc3

View file

@ -356,8 +356,6 @@ namespace MainWindow
break;
case ID_EMULATION_STOP:
if (disasmWindow[0])
SendMessage(disasmWindow[0]->GetDlgHandle(), WM_COMMAND, IDC_STOP, 0);
if (memoryWindow[0])
SendMessage(memoryWindow[0]->GetDlgHandle(), WM_CLOSE, 0, 0);