diff options
| -rw-r--r-- | src/video_core/renderer_opengl/gl_shader_manager.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/renderer_opengl/gl_shader_manager.cpp b/src/video_core/renderer_opengl/gl_shader_manager.cpp index cd729d978..75d3fac04 100644 --- a/src/video_core/renderer_opengl/gl_shader_manager.cpp +++ b/src/video_core/renderer_opengl/gl_shader_manager.cpp | |||
| @@ -42,7 +42,6 @@ void ProgramManager::UpdatePipeline() { | |||
| 42 | 42 | ||
| 43 | void MaxwellUniformData::SetFromRegs(const Maxwell3D& maxwell) { | 43 | void MaxwellUniformData::SetFromRegs(const Maxwell3D& maxwell) { |
| 44 | const auto& regs = maxwell.regs; | 44 | const auto& regs = maxwell.regs; |
| 45 | const auto& state = maxwell.state; | ||
| 46 | 45 | ||
| 47 | // Y_NEGATE controls what value S2R returns for the Y_DIRECTION system value. | 46 | // Y_NEGATE controls what value S2R returns for the Y_DIRECTION system value. |
| 48 | y_direction = regs.screen_y_control.y_negate == 0 ? 1.0f : -1.0f; | 47 | y_direction = regs.screen_y_control.y_negate == 0 ? 1.0f : -1.0f; |