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 8763d9c71..03ec1f020 100644 --- a/src/video_core/renderer_opengl/gl_shader_gen.cpp +++ b/src/video_core/renderer_opengl/gl_shader_gen.cpp | |||
| @@ -57,6 +57,9 @@ void main() { | |||
| 57 | } | 57 | } |
| 58 | 58 | ||
| 59 | out += R"( | 59 | out += R"( |
| 60 | |||
| 61 | // Set Position Y direction | ||
| 62 | position.y *= utof(config_pack[2]); | ||
| 60 | // Check if the flip stage is VertexB | 63 | // Check if the flip stage is VertexB |
| 61 | // Config pack's second value is flip_stage | 64 | // Config pack's second value is flip_stage |
| 62 | if (config_pack[1] == 1) { | 65 | if (config_pack[1] == 1) { |