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

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