mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-07 19:37:55 -05:00
citra-qt: Add pica framebuffer widget.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user