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:
parent
2747f12591
commit
6adf15e479
6 changed files with 90 additions and 42 deletions
|
@ -91,6 +91,7 @@ namespace Ryujinx.Graphics.Shader.Decoders
|
|||
Neu = 13,
|
||||
Geu = 14,
|
||||
T = 15,
|
||||
Off = 16,
|
||||
Lo = 17,
|
||||
Sff = 18,
|
||||
Ls = 19,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue