mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-01-12 14:11:55 -08:00
glsl_decompiler: Fixup TLDS
This commit is contained in:
parent
dbed6c6485
commit
8b5588e776
@ -1164,7 +1164,6 @@ private:
|
||||
expr += '(';
|
||||
for (u32 i = 0; i < count; ++i) {
|
||||
expr += VisitOperand(operation, i, Type::Int);
|
||||
expr += ", ";
|
||||
|
||||
if (i + 1 == meta.coords_count) {
|
||||
expr += ')';
|
||||
|
Loading…
x
Reference in New Issue
Block a user