aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Applets/CommonArguments.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Applets/CommonArguments.cs')
-rw-r--r--src/Ryujinx.HLE/HOS/Applets/CommonArguments.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Ryujinx.HLE/HOS/Applets/CommonArguments.cs b/src/Ryujinx.HLE/HOS/Applets/CommonArguments.cs
index 5da34db1..85779898 100644
--- a/src/Ryujinx.HLE/HOS/Applets/CommonArguments.cs
+++ b/src/Ryujinx.HLE/HOS/Applets/CommonArguments.cs
@@ -5,12 +5,12 @@ namespace Ryujinx.HLE.HOS.Applets
[StructLayout(LayoutKind.Sequential, Pack = 8)]
struct CommonArguments
{
- public uint Version;
- public uint StructureSize;
- public uint AppletVersion;
- public uint ThemeColor;
+ public uint Version;
+ public uint StructureSize;
+ public uint AppletVersion;
+ public uint ThemeColor;
[MarshalAs(UnmanagedType.I1)]
- public bool PlayStartupSound;
+ public bool PlayStartupSound;
public ulong SystemTicks;
}
}