diff --git a/Ryujinx.Graphics/Gal/Shader/GlslDecl.cs b/Ryujinx.Graphics/Gal/Shader/GlslDecl.cs index bb90ddfd8e..691ab80073 100644 --- a/Ryujinx.Graphics/Gal/Shader/GlslDecl.cs +++ b/Ryujinx.Graphics/Gal/Shader/GlslDecl.cs @@ -228,7 +228,7 @@ namespace Ryujinx.Graphics.Gal.Shader } else { - throw new InvalidOperationException(); + throw new NotImplementedException("Shader TEX.B instruction is not fully supported!"); } } break;