diff options
| author | 2016-12-21 17:19:12 -0500 | |
|---|---|---|
| committer | 2016-12-21 17:19:21 -0500 | |
| commit | 8309d0dade37684076ad530bfbca5d4ffc6d1f4d (patch) | |
| tree | c7eb1050f664df4aad518c55b6648807b0cef2db /src/citra_qt/debugger/graphics_tracing.cpp | |
| parent | Merge pull request #2319 from yuriks/profile-scopes (diff) | |
| download | yuzu-8309d0dade37684076ad530bfbca5d4ffc6d1f4d.tar.gz yuzu-8309d0dade37684076ad530bfbca5d4ffc6d1f4d.tar.xz yuzu-8309d0dade37684076ad530bfbca5d4ffc6d1f4d.zip | |
citra-qt: Move graphics debugging code into its own folder
Keeps all graphics debugging stuff from cluttering up the root debugger
folder
Diffstat (limited to '')
| -rw-r--r-- | src/citra_qt/debugger/graphics/graphics_tracing.cpp (renamed from 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/graphics_tracing.cpp index 5c6b74034..716ed50b8 100644 --- a/src/citra_qt/debugger/graphics_tracing.cpp +++ b/src/citra_qt/debugger/graphics/graphics_tracing.cpp | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | #include <QMessageBox> | 12 | #include <QMessageBox> |
| 13 | #include <QPushButton> | 13 | #include <QPushButton> |
| 14 | #include <boost/range/algorithm/copy.hpp> | 14 | #include <boost/range/algorithm/copy.hpp> |
| 15 | #include "citra_qt/debugger/graphics_tracing.h" | 15 | #include "citra_qt/debugger/graphics/graphics_tracing.h" |
| 16 | #include "common/common_types.h" | 16 | #include "common/common_types.h" |
| 17 | #include "core/hw/gpu.h" | 17 | #include "core/hw/gpu.h" |
| 18 | #include "core/hw/lcd.h" | 18 | #include "core/hw/lcd.h" |