diff options
Diffstat (limited to 'Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs')
| -rw-r--r-- | Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs b/Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs index e04e61a7..791c8f11 100644 --- a/Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs +++ b/Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs @@ -62,6 +62,8 @@ namespace Ryujinx.Graphics.Shader.IntermediateRepresentation EmitVertex, EndPrimitive, ExponentB2, + FSIBegin, + FSIEnd, FindFirstSetS32, FindFirstSetU32, Floor, |
