aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.GAL/ImageCrop.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics.GAL/ImageCrop.cs')
-rw-r--r--Ryujinx.Graphics.GAL/ImageCrop.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.GAL/ImageCrop.cs b/Ryujinx.Graphics.GAL/ImageCrop.cs
index a7d571de..e8220974 100644
--- a/Ryujinx.Graphics.GAL/ImageCrop.cs
+++ b/Ryujinx.Graphics.GAL/ImageCrop.cs
@@ -1,6 +1,6 @@
namespace Ryujinx.Graphics.GAL
{
- public struct ImageCrop
+ public readonly struct ImageCrop
{
public int Left { get; }
public int Right { get; }