Add R2P shader instruction

This commit is contained in:
gdk 2019-11-19 10:45:46 -03:00 committed by Thog
parent 8eb773d81f
commit 6a8ba6d600
3 changed files with 36 additions and 1 deletions

View file

@ -213,7 +213,7 @@ namespace Ryujinx.Graphics.Shader.Instructions
Operand mem,
Operand value)
{
Operand res = null;
Operand res = Const(0);
switch (op)
{