mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-01 22:31:58 +00:00
Fix: Auto resume emulation if emulation was in running state to begin with
This commit is contained in:
parent
37e52f8b92
commit
de09ce6d1c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user