aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Device/RwCallback.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics.Device/RwCallback.cs')
-rw-r--r--Ryujinx.Graphics.Device/RwCallback.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.Device/RwCallback.cs b/Ryujinx.Graphics.Device/RwCallback.cs
index 6f1c8898..dc8499e9 100644
--- a/Ryujinx.Graphics.Device/RwCallback.cs
+++ b/Ryujinx.Graphics.Device/RwCallback.cs
@@ -2,7 +2,7 @@
namespace Ryujinx.Graphics.Device
{
- public struct RwCallback
+ public readonly struct RwCallback
{
public Action<int> Write { get; }
public Func<int> Read { get; }