diff options
Diffstat (limited to 'Ryujinx.Graphics.Host1x/Host1xDevice.cs')
| -rw-r--r-- | Ryujinx.Graphics.Host1x/Host1xDevice.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.Host1x/Host1xDevice.cs b/Ryujinx.Graphics.Host1x/Host1xDevice.cs index 61408fc4..90dd4fa0 100644 --- a/Ryujinx.Graphics.Host1x/Host1xDevice.cs +++ b/Ryujinx.Graphics.Host1x/Host1xDevice.cs @@ -9,7 +9,7 @@ namespace Ryujinx.Graphics.Host1x { public sealed class Host1xDevice : IDisposable { - private struct Command + private readonly struct Command { public int[] Buffer { get; } public long ContextId { get; } |
