Partial support for branch with CC, and fix a edge case of branch out of loop on shaders

This commit is contained in:
gdk 2019-11-27 00:38:56 -03:00 committed by Thog
parent 99f236fcf0
commit 442485adb3
5 changed files with 60 additions and 14 deletions

View file

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