diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/renderer_opengl/gl_shader_gen.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/video_core/renderer_opengl/gl_shader_gen.cpp b/src/video_core/renderer_opengl/gl_shader_gen.cpp index c055005ed..6abf948f8 100644 --- a/src/video_core/renderer_opengl/gl_shader_gen.cpp +++ b/src/video_core/renderer_opengl/gl_shader_gen.cpp | |||
| @@ -58,6 +58,9 @@ void main() { | |||
| 58 | } | 58 | } |
| 59 | 59 | ||
| 60 | out += R"( | 60 | out += R"( |
| 61 | |||
| 62 | // Set Position Y direction | ||
| 63 | position.y *= utof(config_pack[2]); | ||
| 61 | // Check if the flip stage is VertexB | 64 | // Check if the flip stage is VertexB |
| 62 | // Config pack's second value is flip_stage | 65 | // Config pack's second value is flip_stage |
| 63 | if (config_pack[1] == 1) { | 66 | if (config_pack[1] == 1) { |