citra-qt: Add pica framebuffer widget.

This commit is contained in:
Tony Wasserka 2014-10-26 16:38:40 +01:00
parent 2793619dce
commit 55ce9aca71
4 changed files with 382 additions and 0 deletions

View file

@ -10,6 +10,7 @@ set(SRCS
debugger/graphics.cpp
debugger/graphics_breakpoints.cpp
debugger/graphics_cmdlists.cpp
debugger/graphics_framebuffer.cpp
debugger/ramview.cpp
debugger/registers.cpp
util/spinbox.cpp
@ -27,6 +28,7 @@ set(HEADERS
debugger/graphics.hxx
debugger/graphics_breakpoints.hxx
debugger/graphics_cmdlists.hxx
debugger/graphics_framebuffer.hxx
debugger/ramview.hxx
debugger/registers.hxx
util/spinbox.hxx