mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-12 21:59:12 +00:00
Style fix
This commit is contained in:
parent
f125005511
commit
0ac969d74e
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ namespace Ryujinx.Common.SystemInfo
|
|||
}
|
||||
|
||||
[StructLayout(LayoutKind.Explicit)]
|
||||
public struct ProcessorInformationUnion
|
||||
public readonly struct ProcessorInformationUnion
|
||||
{
|
||||
[FieldOffset(8)]
|
||||
private readonly UInt64 Reserved2;
|
||||
|
|
Loading…
Reference in a new issue