diff options
| author | 2018-12-24 21:32:02 -0300 | |
|---|---|---|
| committer | 2019-01-15 17:54:53 -0300 | |
| commit | 8b5588e7764dcae54a12b1a61cbee2124d8313a2 (patch) | |
| tree | 8a615a4f4345391113afac6c83c61220e04b8573 | |
| parent | glsl_decompiler: Fixup geometry shaders (diff) | |
| download | yuzu-8b5588e7764dcae54a12b1a61cbee2124d8313a2.tar.gz yuzu-8b5588e7764dcae54a12b1a61cbee2124d8313a2.tar.xz yuzu-8b5588e7764dcae54a12b1a61cbee2124d8313a2.zip | |
glsl_decompiler: Fixup TLDS
| -rw-r--r-- | src/video_core/shader/glsl_decompiler.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/shader/glsl_decompiler.cpp b/src/video_core/shader/glsl_decompiler.cpp index 381be0e56..d27d38178 100644 --- a/src/video_core/shader/glsl_decompiler.cpp +++ b/src/video_core/shader/glsl_decompiler.cpp | |||
| @@ -1164,7 +1164,6 @@ private: | |||
| 1164 | expr += '('; | 1164 | expr += '('; |
| 1165 | for (u32 i = 0; i < count; ++i) { | 1165 | for (u32 i = 0; i < count; ++i) { |
| 1166 | expr += VisitOperand(operation, i, Type::Int); | 1166 | expr += VisitOperand(operation, i, Type::Int); |
| 1167 | expr += ", "; | ||
| 1168 | 1167 | ||
| 1169 | if (i + 1 == meta.coords_count) { | 1168 | if (i + 1 == meta.coords_count) { |
| 1170 | expr += ')'; | 1169 | expr += ')'; |