Better exception
This commit is contained in:
parent
c8c774f36d
commit
d62c13a2f9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue