Ask the user about resuming emulation after memory dump completed.
This commit is contained in:
parent
c64ba56d6e
commit
3d2d3cdaaa
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue