summaryrefslogtreecommitdiff
path: root/src/video_core/rasterizer.cpp
diff options
context:
space:
mode:
authorGravatar Dwayne Slater2016-03-02 22:16:38 -0500
committerGravatar Dwayne Slater2016-03-02 22:16:38 -0500
commit6b775034dd8343c06369b64bf073d6a70f35f510 (patch)
treef2a9099637bcb218ff0cc789f98151689f65c903 /src/video_core/rasterizer.cpp
parentMerge pull request #1434 from Kloen/legend (diff)
downloadyuzu-6b775034dd8343c06369b64bf073d6a70f35f510.tar.gz
yuzu-6b775034dd8343c06369b64bf073d6a70f35f510.tar.xz
yuzu-6b775034dd8343c06369b64bf073d6a70f35f510.zip
Add immediate mode vertex submission
Diffstat (limited to 'src/video_core/rasterizer.cpp')
-rw-r--r--src/video_core/rasterizer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/rasterizer.cpp b/src/video_core/rasterizer.cpp
index ecfdbc9e8..dd1604a38 100644
--- a/src/video_core/rasterizer.cpp
+++ b/src/video_core/rasterizer.cpp
@@ -15,6 +15,7 @@
15#include "core/hw/gpu.h" 15#include "core/hw/gpu.h"
16 16
17#include "video_core/pica.h" 17#include "video_core/pica.h"
18#include "video_core/pica_state.h"
18#include "video_core/rasterizer.h" 19#include "video_core/rasterizer.h"
19#include "video_core/utils.h" 20#include "video_core/utils.h"
20#include "video_core/debug_utils/debug_utils.h" 21#include "video_core/debug_utils/debug_utils.h"