mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-30 01:29:48 -06:00
Implement ICMP shader instruction (#1010)
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user