diff options
Diffstat (limited to 'src/Ryujinx.Graphics.Shader/StructuredIr/AstComment.cs')
-rw-r--r-- | src/Ryujinx.Graphics.Shader/StructuredIr/AstComment.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.Graphics.Shader/StructuredIr/AstComment.cs b/src/Ryujinx.Graphics.Shader/StructuredIr/AstComment.cs index dabe623f..1c82e646 100644 --- a/src/Ryujinx.Graphics.Shader/StructuredIr/AstComment.cs +++ b/src/Ryujinx.Graphics.Shader/StructuredIr/AstComment.cs @@ -9,4 +9,4 @@ namespace Ryujinx.Graphics.Shader.StructuredIr Comment = comment; } } -}
\ No newline at end of file +} |