mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
synced 2025-05-12 00:45:25 +00: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…
Reference in New Issue
Block a user