mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-03 07:11:56 +00:00
Add missing brace.
This commit is contained in:
parent
0ce37f1418
commit
89b48cf95b
@ -435,8 +435,8 @@ void CtrlMemView::onMouseUp(WPARAM wParam, LPARAM lParam, int button)
|
||||
{
|
||||
case ID_MEMVIEW_DUMP:
|
||||
{
|
||||
DumpMemoryWindow dump(wnd,debugger);
|
||||
bool priorDumpWasStepping=Core_IsStepping();
|
||||
DumpMemoryWindow dump(wnd, debugger);
|
||||
bool priorDumpWasStepping = Core_IsStepping();
|
||||
if (!priorDumpWasStepping) // If emulator isn't paused
|
||||
{
|
||||
Core_EnableStepping(true); //force paused state
|
||||
@ -447,6 +447,7 @@ void CtrlMemView::onMouseUp(WPARAM wParam, LPARAM lParam, int button)
|
||||
Core_EnableStepping(false); //Resume emulation automatically
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
case ID_MEMVIEW_COPYVALUE_8:
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user