summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/pica_to_gl.h
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2017-01-28 22:27:24 +0100
committerYuri Kunde Schlesner <yuriks@yuriks.net>2017-02-04 22:59:12 +0100
commit5759d94b5c5b11af426668d046d206839bc5e802 (patch)
tree971681341d1134533fd485e20cfe4863aa34ce27 /src/video_core/renderer_opengl/pica_to_gl.h
parentVideoCore: Split shader regs from Regs struct (diff)
downloadyuzu-5759d94b5c5b11af426668d046d206839bc5e802.tar
yuzu-5759d94b5c5b11af426668d046d206839bc5e802.tar.gz
yuzu-5759d94b5c5b11af426668d046d206839bc5e802.tar.bz2
yuzu-5759d94b5c5b11af426668d046d206839bc5e802.tar.lz
yuzu-5759d94b5c5b11af426668d046d206839bc5e802.tar.xz
yuzu-5759d94b5c5b11af426668d046d206839bc5e802.tar.zst
yuzu-5759d94b5c5b11af426668d046d206839bc5e802.zip
Diffstat (limited to 'src/video_core/renderer_opengl/pica_to_gl.h')
-rw-r--r--src/video_core/renderer_opengl/pica_to_gl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/renderer_opengl/pica_to_gl.h b/src/video_core/renderer_opengl/pica_to_gl.h
index 97c044918..4b98dafc4 100644
--- a/src/video_core/renderer_opengl/pica_to_gl.h
+++ b/src/video_core/renderer_opengl/pica_to_gl.h
@@ -12,7 +12,7 @@
#include "common/common_funcs.h"
#include "common/common_types.h"
#include "common/logging/log.h"
-#include "video_core/pica.h"
+#include "video_core/regs.h"
using GLvec2 = std::array<GLfloat, 2>;
using GLvec3 = std::array<GLfloat, 3>;