Fixup SSY (#424)
This commit is contained in:
parent
6d65e53664
commit
e04221b293
2 changed files with 2 additions and 2 deletions
|
@ -360,7 +360,7 @@ namespace Ryujinx.Graphics.Gal.Shader
|
|||
|
||||
private void PrintDeclSsy()
|
||||
{
|
||||
SB.AppendLine("uint " + GlslDecl.SsyCursorName + ";");
|
||||
SB.AppendLine("uint " + GlslDecl.SsyCursorName + "= 0;");
|
||||
|
||||
SB.AppendLine("uint " + GlslDecl.SsyStackName + "[" + GlslDecl.SsyStackSize + "];" + Environment.NewLine);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue