mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #4037 from Kingcom/Debugger
Fix right click->edit breakpoint
This commit is contained in:
commit
c55cdad7fe
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@ void CtrlBreakpointList::showBreakpointMenu(int itemIndex, const POINT &pt)
|
|||
}
|
||||
break;
|
||||
case ID_DISASM_EDITBREAKPOINT:
|
||||
editBreakpoint(index);
|
||||
editBreakpoint(itemIndex);
|
||||
break;
|
||||
case ID_DISASM_ADDNEWBREAKPOINT:
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue