Ask the user about resuming emulation after memory dump completed.

This commit is contained in:
pal1000 2013-11-18 15:38:31 +02:00
parent c64ba56d6e
commit 3d2d3cdaaa

View file

@ -441,7 +441,8 @@ void CtrlMemView::onMouseUp(WPARAM wParam, LPARAM lParam, int button)
}
DumpMemoryWindow dump(wnd,debugger);
dump.exec();
Core_EnableStepping(false);
int resume = MessageBox(wnd,L"Do you want to resume emulation",MB_YESNO);
if (resume == IDYES) Core_EnableStepping(false);
break;
case ID_MEMVIEW_COPYVALUE_8: