summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/graphics_framebuffer.cpp
diff options
context:
space:
mode:
authorGravatar bunnei2016-03-03 10:51:15 -0500
committerGravatar bunnei2016-03-03 10:51:15 -0500
commitc9009d39d4e023ea9f45565fe241cc63bc765803 (patch)
tree24151beb25a6a53a9f2646f93dedbe834e7f04f5 /src/citra_qt/debugger/graphics_framebuffer.cpp
parentMerge pull request #1403 from MerryMage/sdl (diff)
parentAdd immediate mode vertex submission (diff)
downloadyuzu-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_framebuffer.cpp')
-rw-r--r--src/citra_qt/debugger/graphics_framebuffer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/citra_qt/debugger/graphics_framebuffer.cpp b/src/citra_qt/debugger/graphics_framebuffer.cpp
index 80b32eaff..c30e75933 100644
--- a/src/citra_qt/debugger/graphics_framebuffer.cpp
+++ b/src/citra_qt/debugger/graphics_framebuffer.cpp
@@ -18,6 +18,7 @@
18#include "core/hw/gpu.h" 18#include "core/hw/gpu.h"
19 19
20#include "video_core/pica.h" 20#include "video_core/pica.h"
21#include "video_core/pica_state.h"
21#include "video_core/utils.h" 22#include "video_core/utils.h"
22 23
23GraphicsFramebufferWidget::GraphicsFramebufferWidget(std::shared_ptr<Pica::DebugContext> debug_context, 24GraphicsFramebufferWidget::GraphicsFramebufferWidget(std::shared_ptr<Pica::DebugContext> debug_context,