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 ff2e7e363..89512146e 100644 --- a/src/citra_qt/debugger/graphics/graphics_vertex_shader.cpp +++ b/src/citra_qt/debugger/graphics/graphics_vertex_shader.cpp | |||
| @@ -518,8 +518,7 @@ void GraphicsVertexShaderWidget::Reload(bool replace_vertex_data, void* vertex_d | |||
| 518 | info.labels.insert({entry_point, "main"}); | 518 | info.labels.insert({entry_point, "main"}); |
| 519 | 519 | ||
| 520 | // Generate debug information | 520 | // Generate debug information |
| 521 | debug_data = Pica::g_state.vs.ProduceDebugInfo(input_vertex, num_attributes, shader_config, | 521 | debug_data = shader_setup.ProduceDebugInfo(input_vertex, num_attributes, shader_config); |
| 522 | shader_setup); | ||
| 523 | 522 | ||
| 524 | // Reload widget state | 523 | // Reload widget state |
| 525 | for (int attr = 0; attr < num_attributes; ++attr) { | 524 | for (int attr = 0; attr < num_attributes; ++attr) { |