diff options
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Shader/HashTable/PartitionedHashTable.cs')
-rw-r--r-- | Ryujinx.Graphics.Gpu/Shader/HashTable/PartitionedHashTable.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.Gpu/Shader/HashTable/PartitionedHashTable.cs b/Ryujinx.Graphics.Gpu/Shader/HashTable/PartitionedHashTable.cs index f26fbdbb..e9a4f654 100644 --- a/Ryujinx.Graphics.Gpu/Shader/HashTable/PartitionedHashTable.cs +++ b/Ryujinx.Graphics.Gpu/Shader/HashTable/PartitionedHashTable.cs @@ -13,7 +13,7 @@ namespace Ryujinx.Graphics.Gpu.Shader.HashTable /// <summary> /// Entry for a given data size. /// </summary> - private struct SizeEntry + private readonly struct SizeEntry { /// <summary> /// Size for the data that will be stored on the hash table on this entry. |