diff options
Diffstat (limited to 'src/citra_qt/debugger/graphics/graphics_vertex_shader.cpp')
| -rw-r--r-- | src/citra_qt/debugger/graphics/graphics_vertex_shader.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/citra_qt/debugger/graphics/graphics_vertex_shader.cpp b/src/citra_qt/debugger/graphics/graphics_vertex_shader.cpp index 489ec5f21..e3f3194db 100644 --- a/src/citra_qt/debugger/graphics/graphics_vertex_shader.cpp +++ b/src/citra_qt/debugger/graphics/graphics_vertex_shader.cpp | |||
| @@ -16,7 +16,6 @@ | |||
| 16 | #include <QTreeView> | 16 | #include <QTreeView> |
| 17 | #include "citra_qt/debugger/graphics/graphics_vertex_shader.h" | 17 | #include "citra_qt/debugger/graphics/graphics_vertex_shader.h" |
| 18 | #include "citra_qt/util/util.h" | 18 | #include "citra_qt/util/util.h" |
| 19 | #include "video_core/pica.h" | ||
| 20 | #include "video_core/pica_state.h" | 19 | #include "video_core/pica_state.h" |
| 21 | #include "video_core/shader/debug_data.h" | 20 | #include "video_core/shader/debug_data.h" |
| 22 | #include "video_core/shader/shader.h" | 21 | #include "video_core/shader/shader.h" |
| @@ -359,7 +358,7 @@ void GraphicsVertexShaderWidget::DumpShader() { | |||
| 359 | auto& config = Pica::g_state.regs.vs; | 358 | auto& config = Pica::g_state.regs.vs; |
| 360 | 359 | ||
| 361 | Pica::DebugUtils::DumpShader(filename.toStdString(), config, setup, | 360 | Pica::DebugUtils::DumpShader(filename.toStdString(), config, setup, |
| 362 | Pica::g_state.regs.vs_output_attributes); | 361 | Pica::g_state.regs.rasterizer.vs_output_attributes); |
| 363 | } | 362 | } |
| 364 | 363 | ||
| 365 | GraphicsVertexShaderWidget::GraphicsVertexShaderWidget( | 364 | GraphicsVertexShaderWidget::GraphicsVertexShaderWidget( |