Partial support for branch with CC, and fix a edge case of branch out of loop on shaders
This commit is contained in:
@ -288,7 +288,9 @@ namespace Ryujinx.Graphics.Shader.Instructions
|
||||
context.Copy(dest, res);
|
||||
}
|
||||
|
||||
// TODO: CC, X
|
||||
SetZnFlags(context, res, op.SetCondCode, op.Extended);
|
||||
|
||||
// TODO: X
|
||||
}
|
||||
|
||||
public static void Isetp(EmitterContext context)
|
||||
|
Reference in New Issue
Block a user