citra_qt: Add record dialog
This 'View Record' dialog shows all relevant information on a record as well as the command buffers.
This commit is contained in:
parent
f40232adc9
commit
45930e0621
4 changed files with 384 additions and 0 deletions
|
@ -90,6 +90,9 @@ add_executable(citra-qt
|
|||
debugger/graphics/graphics_tracing.h
|
||||
debugger/graphics/graphics_vertex_shader.cpp
|
||||
debugger/graphics/graphics_vertex_shader.h
|
||||
debugger/ipc/record_dialog.cpp
|
||||
debugger/ipc/record_dialog.h
|
||||
debugger/ipc/record_dialog.ui
|
||||
debugger/lle_service_modules.cpp
|
||||
debugger/lle_service_modules.h
|
||||
debugger/profiler.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue