aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.GAL/Extents2D.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics.GAL/Extents2D.cs')
-rw-r--r--Ryujinx.Graphics.GAL/Extents2D.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.GAL/Extents2D.cs b/Ryujinx.Graphics.GAL/Extents2D.cs
index 05b0ce63..bac44f83 100644
--- a/Ryujinx.Graphics.GAL/Extents2D.cs
+++ b/Ryujinx.Graphics.GAL/Extents2D.cs
@@ -2,7 +2,7 @@ using Ryujinx.Common;
namespace Ryujinx.Graphics.GAL
{
- public struct Extents2D
+ public readonly struct Extents2D
{
public int X1 { get; }
public int Y1 { get; }