|
|
@@ -6,7 +6,7 @@ namespace Ryujinx.HLE.HOS.Services.Mii.Types
|
|
|
[StructLayout(LayoutKind.Sequential, Pack = 1, Size = 0x10)]
|
|
|
struct CreateId : IEquatable<CreateId>
|
|
|
{
|
|
|
- public UInt128 Raw;
|
|
|
+ public readonly UInt128 Raw;
|
|
|
|
|
|
public bool IsNull => Raw == UInt128.Zero;
|
|
|
public bool IsValid => !IsNull && ((Raw >> 64) & 0xC0) == 0x80;
|