mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2024-11-23 20:02:53 +00:00
gl_shader_decompiler: Fix gl_PointSize redeclaration
This commit is contained in:
parent
aca40de224
commit
0eb0c24269
|
@ -310,7 +310,7 @@ private:
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ir.UsesPointSize()) {
|
if (ir.UsesPointSize()) {
|
||||||
code.AddLine("int gl_PointSize;");
|
code.AddLine("float gl_PointSize;");
|
||||||
}
|
}
|
||||||
|
|
||||||
--code.scope;
|
--code.scope;
|
||||||
|
|
Loading…
Reference in a new issue