summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/video_core/renderer_opengl/renderer_opengl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/renderer_opengl/renderer_opengl.h b/src/video_core/renderer_opengl/renderer_opengl.h
index bd7c2510f..29516baf4 100644
--- a/src/video_core/renderer_opengl/renderer_opengl.h
+++ b/src/video_core/renderer_opengl/renderer_opengl.h
@@ -88,6 +88,6 @@ private:
88 GLuint attrib_position; 88 GLuint attrib_position;
89 GLuint attrib_tex_coord; 89 GLuint attrib_tex_coord;
90 90
91 /// Flips the framebuffer vertically when true 91 /// Used for transforming the framebuffer orientation
92 bool framebuffer_flip_vertical; 92 Tegra::FramebufferConfig::TransformFlags framebuffer_transform_flags;
93}; 93};