diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-02-08 22:07:34 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-08 22:07:34 -0800 |
commit | 2889372e47624e368df0d0361cb38b8100f047dd (patch) | |
tree | 183cd1cd6edb60ab566bd1fe181b712643bef30c /src/citra_qt/debugger/graphics/graphics_tracing.cpp | |
parent | c04062cb0f6391d4ee9ff77ff596acdbd8d36304 (diff) | |
parent | 5759d94b5c5b11af426668d046d206839bc5e802 (diff) |
Merge pull request #2482 from yuriks/pica-refactor
Split up monolithic Regs struct
Diffstat (limited to 'src/citra_qt/debugger/graphics/graphics_tracing.cpp')
-rw-r--r-- | src/citra_qt/debugger/graphics/graphics_tracing.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/citra_qt/debugger/graphics/graphics_tracing.cpp b/src/citra_qt/debugger/graphics/graphics_tracing.cpp index 17f1c5ce2..40d5bed51 100644 --- a/src/citra_qt/debugger/graphics/graphics_tracing.cpp +++ b/src/citra_qt/debugger/graphics/graphics_tracing.cpp @@ -18,7 +18,6 @@ #include "core/hw/lcd.h" #include "core/tracer/recorder.h" #include "nihstro/float24.h" -#include "video_core/pica.h" #include "video_core/pica_state.h" GraphicsTracingWidget::GraphicsTracingWidget(std::shared_ptr<Pica::DebugContext> debug_context, |