citra-qt: Add GX command history viewer.

This commit is contained in:
Tony Wasserka 2014-05-17 22:38:10 +02:00 committed by bunnei
parent 31666632ca
commit 87e98ff97b
7 changed files with 151 additions and 7 deletions

View file

@ -2,6 +2,7 @@ set(SRCS
bootmanager.cpp
debugger/callstack.cpp
debugger/disassembler.cpp
debugger/graphics.cpp
debugger/ramview.cpp
debugger/registers.cpp
hotkeys.cpp
@ -38,6 +39,7 @@ qt4_wrap_cpp(MOC_SRCS
bootmanager.hxx
debugger/callstack.hxx
debugger/disassembler.hxx
debugger/graphics.hxx
debugger/registers.hxx
debugger/ramview.hxx
hotkeys.hxx