mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-06 10:18:30 +02:00
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