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:
zhupengfei 2019-07-22 20:47:47 +08:00
parent f40232adc9
commit 45930e0621
4 changed files with 384 additions and 0 deletions

View file

@ -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