Add R2P shader instruction
This commit is contained in:
parent
8eb773d81f
commit
6a8ba6d600
3 changed files with 36 additions and 1 deletions
|
@ -213,7 +213,7 @@ namespace Ryujinx.Graphics.Shader.Instructions
|
|||
Operand mem,
|
||||
Operand value)
|
||||
{
|
||||
Operand res = null;
|
||||
Operand res = Const(0);
|
||||
|
||||
switch (op)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue