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
|
else
|
||||||
{
|
{
|
||||||
throw new InvalidOperationException();
|
throw new NotImplementedException("Shader TEX.B instruction is not fully supported!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue