Fixup OperA in Iadd_I32
This commit is contained in:
parent
e4ea5a2027
commit
ac9b605999
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ namespace Ryujinx.Graphics.Gal.Shader
|
|||
|
||||
public static void Iadd_I32(ShaderIrBlock Block, long OpCode)
|
||||
{
|
||||
ShaderIrNode OperA = GetOperGpr0 (OpCode);
|
||||
ShaderIrNode OperA = GetOperGpr8 (OpCode);
|
||||
ShaderIrNode OperB = GetOperImm32_20(OpCode);
|
||||
|
||||
bool NegA = ((OpCode >> 56) & 1) != 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue