aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.GAL/DeviceInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics.GAL/DeviceInfo.cs')
-rw-r--r--Ryujinx.Graphics.GAL/DeviceInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.GAL/DeviceInfo.cs b/Ryujinx.Graphics.GAL/DeviceInfo.cs
index c525eb60..eb4a016f 100644
--- a/Ryujinx.Graphics.GAL/DeviceInfo.cs
+++ b/Ryujinx.Graphics.GAL/DeviceInfo.cs
@@ -1,6 +1,6 @@
namespace Ryujinx.Graphics.GAL
{
- public struct DeviceInfo
+ public readonly struct DeviceInfo
{
public readonly string Id;
public readonly string Vendor;