mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-07 20:48:37 -05:00
citra-qt: Add command list view.
This commit is contained in:
@ -3,6 +3,7 @@ set(SRCS
|
||||
debugger/callstack.cpp
|
||||
debugger/disassembler.cpp
|
||||
debugger/graphics.cpp
|
||||
debugger/graphics_cmdlists.cpp
|
||||
debugger/ramview.cpp
|
||||
debugger/registers.cpp
|
||||
hotkeys.cpp
|
||||
@ -40,6 +41,7 @@ qt4_wrap_cpp(MOC_SRCS
|
||||
debugger/callstack.hxx
|
||||
debugger/disassembler.hxx
|
||||
debugger/graphics.hxx
|
||||
debugger/graphics_cmdlists.hxx
|
||||
debugger/registers.hxx
|
||||
debugger/ramview.hxx
|
||||
hotkeys.hxx
|
||||
|
Reference in New Issue
Block a user