diff options
Diffstat (limited to 'Ryujinx.HLE/HOS/Applets/Controller/ControllerSupportArgHeader.cs')
| -rw-r--r-- | Ryujinx.HLE/HOS/Applets/Controller/ControllerSupportArgHeader.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Ryujinx.HLE/HOS/Applets/Controller/ControllerSupportArgHeader.cs b/Ryujinx.HLE/HOS/Applets/Controller/ControllerSupportArgHeader.cs index 945f0ef6..8eaf1d44 100644 --- a/Ryujinx.HLE/HOS/Applets/Controller/ControllerSupportArgHeader.cs +++ b/Ryujinx.HLE/HOS/Applets/Controller/ControllerSupportArgHeader.cs @@ -1,6 +1,9 @@ +using System.Runtime.InteropServices; + namespace Ryujinx.HLE.HOS.Applets { #pragma warning disable CS0649 + [StructLayout(LayoutKind.Sequential, Pack=1)] struct ControllerSupportArgHeader { public sbyte PlayerCountMin; |
