mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Toggle with space
This commit is contained in:
parent
5effea670a
commit
6c3a0643ca
1 changed files with 3 additions and 0 deletions
|
@ -317,6 +317,9 @@ void CtrlDisplayListView::onKeyDown(WPARAM wParam, LPARAM lParam)
|
|||
case VK_LEFT:
|
||||
gotoAddr(list.pc);
|
||||
return;
|
||||
case VK_SPACE:
|
||||
toggleBreakpoint();
|
||||
break;
|
||||
case VK_F10:
|
||||
case VK_F11:
|
||||
SendMessage(GetParent(wnd),WM_GEDBG_STEPDISPLAYLIST,0,0);
|
||||
|
|
Loading…
Add table
Reference in a new issue