From d62c13a2f9000e39febefab6fd0890bee2c121d2 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Mon, 13 Aug 2018 18:18:25 -0300 Subject: [PATCH] Better exception --- Ryujinx.Graphics/Gal/Shader/GlslDecl.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;