Add R2P shader instruction
This commit is contained in:
@ -213,7 +213,7 @@ namespace Ryujinx.Graphics.Shader.Instructions
|
||||
Operand mem,
|
||||
Operand value)
|
||||
{
|
||||
Operand res = null;
|
||||
Operand res = Const(0);
|
||||
|
||||
switch (op)
|
||||
{
|
||||
|
Reference in New Issue
Block a user