Implement CSET and CSETP shader instructions (#4318)
* Implement CSET and CSETP shader instructions * Shader cache version bump * Fix CC.HI
This commit is contained in:
@ -91,6 +91,7 @@ namespace Ryujinx.Graphics.Shader.Decoders
|
||||
Neu = 13,
|
||||
Geu = 14,
|
||||
T = 15,
|
||||
Off = 16,
|
||||
Lo = 17,
|
||||
Sff = 18,
|
||||
Ls = 19,
|
||||
|
Reference in New Issue
Block a user