diff options
| author | 2016-03-02 22:16:38 -0500 | |
|---|---|---|
| committer | 2016-03-02 22:16:38 -0500 | |
| commit | 6b775034dd8343c06369b64bf073d6a70f35f510 (patch) | |
| tree | f2a9099637bcb218ff0cc789f98151689f65c903 /src/citra_qt/debugger/graphics_tracing.cpp | |
| parent | Merge pull request #1434 from Kloen/legend (diff) | |
| download | yuzu-6b775034dd8343c06369b64bf073d6a70f35f510.tar.gz yuzu-6b775034dd8343c06369b64bf073d6a70f35f510.tar.xz yuzu-6b775034dd8343c06369b64bf073d6a70f35f510.zip | |
Add immediate mode vertex submission
Diffstat (limited to '')
| -rw-r--r-- | src/citra_qt/debugger/graphics_tracing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |