From 0ac969d74e90d997b5928d91d97421768c57c089 Mon Sep 17 00:00:00 2001 From: sunshineinabox Date: Tue, 1 Aug 2023 19:30:24 -0700 Subject: [PATCH] Style fix --- src/Ryujinx.Common/SystemInfo/WindowsSystemInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ryujinx.Common/SystemInfo/WindowsSystemInfo.cs b/src/Ryujinx.Common/SystemInfo/WindowsSystemInfo.cs index dfd33ab83..2c3948547 100644 --- a/src/Ryujinx.Common/SystemInfo/WindowsSystemInfo.cs +++ b/src/Ryujinx.Common/SystemInfo/WindowsSystemInfo.cs @@ -111,7 +111,7 @@ namespace Ryujinx.Common.SystemInfo } [StructLayout(LayoutKind.Explicit)] - public struct ProcessorInformationUnion + public readonly struct ProcessorInformationUnion { [FieldOffset(8)] private readonly UInt64 Reserved2;