mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-22 00:35:04 +00:00
Attempted an indentation fix
This commit is contained in:
parent
de09ce6d1c
commit
77cad8f5be
@ -439,15 +439,15 @@ 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;
|
||||
dump.exec();
|
||||
Core_EnableStepping(false); //Resume emulation automatically
|
||||
break;
|
||||
}
|
||||
else
|
||||
{
|
||||
DumpMemoryWindow dump(wnd,debugger);
|
||||
dump.exec();
|
||||
break;
|
||||
dump.exec();
|
||||
break;
|
||||
}
|
||||
|
||||
case ID_MEMVIEW_COPYVALUE_8:
|
||||
|
Loading…
x
Reference in New Issue
Block a user