1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-24 18:26:27 -05:00

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)
{