mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Debugger BreakpointWidget: Allow editing breakpoints
This commit is contained in:

committed by
Admiral H. Curtiss

parent
032f54d403
commit
dd2282324b
@ -186,6 +186,8 @@ add_executable(dolphin-emu
|
||||
Config/WiimoteControllersWidget.h
|
||||
ConvertDialog.cpp
|
||||
ConvertDialog.h
|
||||
Debugger/BreakpointDialog.cpp
|
||||
Debugger/BreakpointDialog.h
|
||||
Debugger/BreakpointWidget.cpp
|
||||
Debugger/BreakpointWidget.h
|
||||
Debugger/CodeDiffDialog.cpp
|
||||
@ -202,8 +204,6 @@ add_executable(dolphin-emu
|
||||
Debugger/MemoryWidget.h
|
||||
Debugger/NetworkWidget.cpp
|
||||
Debugger/NetworkWidget.h
|
||||
Debugger/NewBreakpointDialog.cpp
|
||||
Debugger/NewBreakpointDialog.h
|
||||
Debugger/PatchInstructionDialog.cpp
|
||||
Debugger/PatchInstructionDialog.h
|
||||
Debugger/RegisterColumn.cpp
|
||||
|
Reference in New Issue
Block a user