mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2026-01-01 23:17:17 +00:00
Move solution and projects to src
This commit is contained in:
12
src/Ryujinx.Graphics.Shader/StructuredIr/AstComment.cs
Normal file
12
src/Ryujinx.Graphics.Shader/StructuredIr/AstComment.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Ryujinx.Graphics.Shader.StructuredIr
|
||||
{
|
||||
class AstComment : AstNode
|
||||
{
|
||||
public string Comment { get; }
|
||||
|
||||
public AstComment(string comment)
|
||||
{
|
||||
Comment = comment;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user