diff options
Diffstat (limited to 'Ryujinx.Graphics/Gal')
| -rw-r--r-- | Ryujinx.Graphics/Gal/Shader/GlslDecompiler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics/Gal/Shader/GlslDecompiler.cs b/Ryujinx.Graphics/Gal/Shader/GlslDecompiler.cs index 92bdd658..e6fb7ea1 100644 --- a/Ryujinx.Graphics/Gal/Shader/GlslDecompiler.cs +++ b/Ryujinx.Graphics/Gal/Shader/GlslDecompiler.cs @@ -878,7 +878,7 @@ namespace Ryujinx.Graphics.Gal.Shader } } - if (DeclInfo.Index >= 16) + if (DeclInfo.Index >= 32) { throw new InvalidOperationException($"Shader attribute offset {Abuf.Offs} is invalid."); } |
