mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-17 01:02:08 -07:00
Fixup SSY (#424)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user