citra-qt: Add pica framebuffer widget.
This commit is contained in:
parent
2793619dce
commit
55ce9aca71
4 changed files with 382 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue