diff options
Diffstat (limited to 'src/citra_qt/debugger')
| -rw-r--r-- | src/citra_qt/debugger/graphics_cmdlists.cpp | 1 | ||||
| -rw-r--r-- | src/citra_qt/debugger/graphics_framebuffer.cpp | 1 | ||||
| -rw-r--r-- | src/citra_qt/debugger/graphics_tracing.cpp | 2 | ||||
| -rw-r--r-- | src/citra_qt/debugger/graphics_vertex_shader.cpp | 2 |
4 files changed, 5 insertions, 1 deletions
diff --git a/src/citra_qt/debugger/graphics_cmdlists.cpp b/src/citra_qt/debugger/graphics_cmdlists.cpp index ab97c8d2d..5186d2b44 100644 --- a/src/citra_qt/debugger/graphics_cmdlists.cpp +++ b/src/citra_qt/debugger/graphics_cmdlists.cpp | |||
| @@ -21,6 +21,7 @@ | |||
| 21 | #include "common/vector_math.h" | 21 | #include "common/vector_math.h" |
| 22 | 22 | ||
| 23 | #include "video_core/pica.h" | 23 | #include "video_core/pica.h" |
| 24 | #include "video_core/pica_state.h" | ||
| 24 | #include "video_core/debug_utils/debug_utils.h" | 25 | #include "video_core/debug_utils/debug_utils.h" |
| 25 | 26 | ||
| 26 | QImage LoadTexture(u8* src, const Pica::DebugUtils::TextureInfo& info) { | 27 | QImage LoadTexture(u8* src, const Pica::DebugUtils::TextureInfo& info) { |
diff --git a/src/citra_qt/debugger/graphics_framebuffer.cpp b/src/citra_qt/debugger/graphics_framebuffer.cpp index 80b32eaff..c30e75933 100644 --- a/src/citra_qt/debugger/graphics_framebuffer.cpp +++ b/src/citra_qt/debugger/graphics_framebuffer.cpp | |||
| @@ -18,6 +18,7 @@ | |||
| 18 | #include "core/hw/gpu.h" | 18 | #include "core/hw/gpu.h" |
| 19 | 19 | ||
| 20 | #include "video_core/pica.h" | 20 | #include "video_core/pica.h" |
| 21 | #include "video_core/pica_state.h" | ||
| 21 | #include "video_core/utils.h" | 22 | #include "video_core/utils.h" |
| 22 | 23 | ||
| 23 | GraphicsFramebufferWidget::GraphicsFramebufferWidget(std::shared_ptr<Pica::DebugContext> debug_context, | 24 | GraphicsFramebufferWidget::GraphicsFramebufferWidget(std::shared_ptr<Pica::DebugContext> debug_context, |
diff --git a/src/citra_qt/debugger/graphics_tracing.cpp b/src/citra_qt/debugger/graphics_tracing.cpp index b0bc782df..e06498744 100644 --- a/src/citra_qt/debugger/graphics_tracing.cpp +++ b/src/citra_qt/debugger/graphics_tracing.cpp | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | #include "nihstro/float24.h" | 22 | #include "nihstro/float24.h" |
| 23 | 23 | ||
| 24 | #include "video_core/pica.h" | 24 | #include "video_core/pica.h" |
| 25 | 25 | #include "video_core/pica_state.h" | |
| 26 | 26 | ||
| 27 | GraphicsTracingWidget::GraphicsTracingWidget(std::shared_ptr<Pica::DebugContext> debug_context, | 27 | GraphicsTracingWidget::GraphicsTracingWidget(std::shared_ptr<Pica::DebugContext> debug_context, |
| 28 | QWidget* parent) | 28 | QWidget* parent) |
diff --git a/src/citra_qt/debugger/graphics_vertex_shader.cpp b/src/citra_qt/debugger/graphics_vertex_shader.cpp index a5a5fe6b0..a11c61667 100644 --- a/src/citra_qt/debugger/graphics_vertex_shader.cpp +++ b/src/citra_qt/debugger/graphics_vertex_shader.cpp | |||
| @@ -19,6 +19,8 @@ | |||
| 19 | #include "citra_qt/debugger/graphics_vertex_shader.h" | 19 | #include "citra_qt/debugger/graphics_vertex_shader.h" |
| 20 | #include "citra_qt/util/util.h" | 20 | #include "citra_qt/util/util.h" |
| 21 | 21 | ||
| 22 | #include "video_core/pica.h" | ||
| 23 | #include "video_core/pica_state.h" | ||
| 22 | #include "video_core/shader/shader.h" | 24 | #include "video_core/shader/shader.h" |
| 23 | 25 | ||
| 24 | using nihstro::OpCode; | 26 | using nihstro::OpCode; |