citra-qt: Add command list view.

This commit is contained in:
Tony Wasserka 2014-05-18 17:52:22 +02:00 committed by bunnei
parent 5d62f5d92a
commit 6893732348
8 changed files with 129 additions and 2 deletions

View file

@ -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