Fix: Auto resume emulation if emulation was in running state to begin with

This commit is contained in:
pal1000 2013-11-19 19:29:38 +02:00
parent 37e52f8b92
commit de09ce6d1c

View File

@ -440,6 +440,7 @@ void CtrlMemView::onMouseUp(WPARAM wParam, LPARAM lParam, int button)
Core_EnableStepping(true); //force paused state
DumpMemoryWindow dump(wnd,debugger);
dump.exec();
Core_EnableStepping(false); //Resume emulation automatically
break;
}
else