Implement ICMP shader instruction (#1010)

This commit is contained in:
gdkchan
2020-03-23 13:32:30 -03:00
committed by GitHub
parent 9a208c4fb5
commit 6edc929894
3 changed files with 32 additions and 16 deletions

View File

@ -97,8 +97,6 @@ namespace Ryujinx.Graphics.Shader.Instructions
public static void Sel(EmitterContext context)
{
OpCodeAlu op = (OpCodeAlu)context.CurrOp;
Operand pred = GetPredicate39(context);
Operand srcA = GetSrcA(context);