Better exception

This commit is contained in:
gdkchan 2018-08-13 18:18:25 -03:00
parent c8c774f36d
commit d62c13a2f9

View file

@ -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;