Style fix

This commit is contained in:
sunshineinabox 2023-08-01 19:30:24 -07:00
parent f125005511
commit 0ac969d74e

View file

@ -111,7 +111,7 @@ namespace Ryujinx.Common.SystemInfo
}
[StructLayout(LayoutKind.Explicit)]
public struct ProcessorInformationUnion
public readonly struct ProcessorInformationUnion
{
[FieldOffset(8)]
private readonly UInt64 Reserved2;