diff options
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Shader/ShaderDumpPaths.cs')
-rw-r--r-- | Ryujinx.Graphics.Gpu/Shader/ShaderDumpPaths.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.Gpu/Shader/ShaderDumpPaths.cs b/Ryujinx.Graphics.Gpu/Shader/ShaderDumpPaths.cs index f96a8ce1..6ca7daef 100644 --- a/Ryujinx.Graphics.Gpu/Shader/ShaderDumpPaths.cs +++ b/Ryujinx.Graphics.Gpu/Shader/ShaderDumpPaths.cs @@ -5,7 +5,7 @@ namespace Ryujinx.Graphics.Gpu.Shader /// <summary> /// Paths where shader code was dumped on disk. /// </summary> - struct ShaderDumpPaths + readonly struct ShaderDumpPaths { /// <summary> /// Path where the full shader code with header was dumped, or null if not dumped. |