mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 01:17:11 +02:00
Implement ICMP shader instruction (#1010)
This commit is contained in:
parent
13d787584d
commit
8345f5f297
3 changed files with 32 additions and 16 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue