mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-03 07:11:56 +00:00
Fix right click->edit breakpoint
This commit is contained in:
parent
d12d3058e7
commit
49a4f9e73d
@ -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…
x
Reference in New Issue
Block a user