diff options
| author | 2016-03-03 10:51:15 -0500 | |
|---|---|---|
| committer | 2016-03-03 10:51:15 -0500 | |
| commit | c9009d39d4e023ea9f45565fe241cc63bc765803 (patch) | |
| tree | 24151beb25a6a53a9f2646f93dedbe834e7f04f5 /src/citra_qt/debugger/graphics_cmdlists.cpp | |
| parent | Merge pull request #1403 from MerryMage/sdl (diff) | |
| parent | Add immediate mode vertex submission (diff) | |
| download | yuzu-c9009d39d4e023ea9f45565fe241cc63bc765803.tar.gz yuzu-c9009d39d4e023ea9f45565fe241cc63bc765803.tar.xz yuzu-c9009d39d4e023ea9f45565fe241cc63bc765803.zip | |
Merge pull request #1394 from ds84182/immediate-mode-vtx
Add immediate mode vertex submission
Diffstat (limited to 'src/citra_qt/debugger/graphics_cmdlists.cpp')
| -rw-r--r-- | src/citra_qt/debugger/graphics_cmdlists.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/citra_qt/debugger/graphics_cmdlists.cpp b/src/citra_qt/debugger/graphics_cmdlists.cpp index ab97c8d2d..5186d2b44 100644 --- a/src/citra_qt/debugger/graphics_cmdlists.cpp +++ b/src/citra_qt/debugger/graphics_cmdlists.cpp | |||
| @@ -21,6 +21,7 @@ | |||
| 21 | #include "common/vector_math.h" | 21 | #include "common/vector_math.h" |
| 22 | 22 | ||
| 23 | #include "video_core/pica.h" | 23 | #include "video_core/pica.h" |
| 24 | #include "video_core/pica_state.h" | ||
| 24 | #include "video_core/debug_utils/debug_utils.h" | 25 | #include "video_core/debug_utils/debug_utils.h" |
| 25 | 26 | ||
| 26 | QImage LoadTexture(u8* src, const Pica::DebugUtils::TextureInfo& info) { | 27 | QImage LoadTexture(u8* src, const Pica::DebugUtils::TextureInfo& info) { |