mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 01:27:46 +00:00
citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer'
This commit is contained in:
parent
200e9d03b2
commit
3261520e19
9 changed files with 876 additions and 583 deletions
|
@ -11,7 +11,7 @@ set(SRCS
|
|||
debugger/graphics_breakpoint_observer.cpp
|
||||
debugger/graphics_breakpoints.cpp
|
||||
debugger/graphics_cmdlists.cpp
|
||||
debugger/graphics_framebuffer.cpp
|
||||
debugger/graphics_surface.cpp
|
||||
debugger/graphics_tracing.cpp
|
||||
debugger/graphics_vertex_shader.cpp
|
||||
debugger/profiler.cpp
|
||||
|
@ -42,7 +42,7 @@ set(HEADERS
|
|||
debugger/graphics_breakpoints.h
|
||||
debugger/graphics_breakpoints_p.h
|
||||
debugger/graphics_cmdlists.h
|
||||
debugger/graphics_framebuffer.h
|
||||
debugger/graphics_surface.h
|
||||
debugger/graphics_tracing.h
|
||||
debugger/graphics_vertex_shader.h
|
||||
debugger/profiler.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue