diff options
Diffstat (limited to 'Ryujinx.Graphics.Shader/Translation')
| -rw-r--r-- | Ryujinx.Graphics.Shader/Translation/AttributeConsts.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Shader/Translation/AttributeConsts.cs b/Ryujinx.Graphics.Shader/Translation/AttributeConsts.cs index b618dbc3..3d0d216e 100644 --- a/Ryujinx.Graphics.Shader/Translation/AttributeConsts.cs +++ b/Ryujinx.Graphics.Shader/Translation/AttributeConsts.cs @@ -54,5 +54,7 @@ namespace Ryujinx.Graphics.Shader.Translation public const int GtMask = 0x200002c; public const int LeMask = 0x2000030; public const int LtMask = 0x2000034; + + public const int ThreadKill = 0x2000038; } }
\ No newline at end of file |
