diff options
| author | 2019-11-03 14:46:53 -0300 | |
|---|---|---|
| committer | 2019-11-07 01:52:18 -0300 | |
| commit | f1facaeaef2d62b576c2b03590b76bf1025088e4 (patch) | |
| tree | 2c2f306a1bb776a9f4aa53f3537b57258e9ba2b2 /src | |
| parent | gl_shader_manager: Remove unused variable in SetFromRegs (diff) | |
| download | yuzu-f1facaeaef2d62b576c2b03590b76bf1025088e4.tar.gz yuzu-f1facaeaef2d62b576c2b03590b76bf1025088e4.tar.xz yuzu-f1facaeaef2d62b576c2b03590b76bf1025088e4.zip | |
gl_shader_decompiler: Fix typo "y_negate"->"y_direction"
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/renderer_opengl/gl_shader_decompiler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/renderer_opengl/gl_shader_decompiler.cpp b/src/video_core/renderer_opengl/gl_shader_decompiler.cpp index 8dcbeefc0..ce857d8dc 100644 --- a/src/video_core/renderer_opengl/gl_shader_decompiler.cpp +++ b/src/video_core/renderer_opengl/gl_shader_decompiler.cpp | |||
| @@ -1884,7 +1884,7 @@ private: | |||
| 1884 | } | 1884 | } |
| 1885 | 1885 | ||
| 1886 | Expression YNegate(Operation operation) { | 1886 | Expression YNegate(Operation operation) { |
| 1887 | return {"y_negate", Type::Float}; | 1887 | return {"y_direction", Type::Float}; |
| 1888 | } | 1888 | } |
| 1889 | 1889 | ||
| 1890 | template <u32 element> | 1890 | template <u32 element> |