mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-07 19:07:53 -05:00
Add GUI widget for controlling pica breakpoints.
This commit is contained in:
@ -8,6 +8,7 @@ set(SRCS
|
||||
debugger/callstack.cpp
|
||||
debugger/disassembler.cpp
|
||||
debugger/graphics.cpp
|
||||
debugger/graphics_breakpoints.cpp
|
||||
debugger/graphics_cmdlists.cpp
|
||||
debugger/ramview.cpp
|
||||
debugger/registers.cpp
|
||||
@ -24,6 +25,7 @@ set(HEADERS
|
||||
debugger/callstack.hxx
|
||||
debugger/disassembler.hxx
|
||||
debugger/graphics.hxx
|
||||
debugger/graphics_breakpoints.hxx
|
||||
debugger/graphics_cmdlists.hxx
|
||||
debugger/ramview.hxx
|
||||
debugger/registers.hxx
|
||||
|
Reference in New Issue
Block a user