aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Nvdec/FrameDecodedEventArgs.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics.Nvdec/FrameDecodedEventArgs.cs')
-rw-r--r--Ryujinx.Graphics.Nvdec/FrameDecodedEventArgs.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.Nvdec/FrameDecodedEventArgs.cs b/Ryujinx.Graphics.Nvdec/FrameDecodedEventArgs.cs
index f5074f48..4ee29d9d 100644
--- a/Ryujinx.Graphics.Nvdec/FrameDecodedEventArgs.cs
+++ b/Ryujinx.Graphics.Nvdec/FrameDecodedEventArgs.cs
@@ -1,6 +1,6 @@
namespace Ryujinx.Graphics.Nvdec
{
- public struct FrameDecodedEventArgs
+ public readonly struct FrameDecodedEventArgs
{
public CodecId CodecId { get; }
public uint LumaOffset { get; }