diff options
| author | 2015-09-11 18:17:24 -0300 | |
|---|---|---|
| committer | 2015-09-11 18:17:24 -0300 | |
| commit | 48f9bef75d6b0936c704e852223991e209ec8319 (patch) | |
| tree | 876fba83ba8f265edb16704b8c261112270150d4 /src/citra_qt/debugger/graphics_vertex_shader.cpp | |
| parent | Merge pull request #1143 from lioncash/vcore-hdr (diff) | |
| parent | citra_qt: Reorganize headers (diff) | |
| download | yuzu-48f9bef75d6b0936c704e852223991e209ec8319.tar.gz yuzu-48f9bef75d6b0936c704e852223991e209ec8319.tar.xz yuzu-48f9bef75d6b0936c704e852223991e209ec8319.zip | |
Merge pull request #1142 from lioncash/hdrqt
citra_qt: Reorganize headers
Diffstat (limited to 'src/citra_qt/debugger/graphics_vertex_shader.cpp')
| -rw-r--r-- | src/citra_qt/debugger/graphics_vertex_shader.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/citra_qt/debugger/graphics_vertex_shader.cpp b/src/citra_qt/debugger/graphics_vertex_shader.cpp index d48b3294b..f915d2bab 100644 --- a/src/citra_qt/debugger/graphics_vertex_shader.cpp +++ b/src/citra_qt/debugger/graphics_vertex_shader.cpp | |||
| @@ -16,12 +16,11 @@ | |||
| 16 | #include <QSpinBox> | 16 | #include <QSpinBox> |
| 17 | #include <QTreeView> | 17 | #include <QTreeView> |
| 18 | 18 | ||
| 19 | #include "citra_qt/debugger/graphics_vertex_shader.h" | ||
| 19 | #include "citra_qt/util/util.h" | 20 | #include "citra_qt/util/util.h" |
| 20 | 21 | ||
| 21 | #include "video_core/shader/shader.h" | 22 | #include "video_core/shader/shader.h" |
| 22 | 23 | ||
| 23 | #include "graphics_vertex_shader.h" | ||
| 24 | |||
| 25 | using nihstro::OpCode; | 24 | using nihstro::OpCode; |
| 26 | using nihstro::Instruction; | 25 | using nihstro::Instruction; |
| 27 | using nihstro::SourceRegister; | 26 | using nihstro::SourceRegister; |