diff options
Diffstat (limited to 'Ryujinx.HLE/HOS/Applets/Controller/ControllerSupportResultInfo.cs')
| -rw-r--r-- | Ryujinx.HLE/HOS/Applets/Controller/ControllerSupportResultInfo.cs | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Ryujinx.HLE/HOS/Applets/Controller/ControllerSupportResultInfo.cs b/Ryujinx.HLE/HOS/Applets/Controller/ControllerSupportResultInfo.cs deleted file mode 100644 index 689a54de..00000000 --- a/Ryujinx.HLE/HOS/Applets/Controller/ControllerSupportResultInfo.cs +++ /dev/null @@ -1,16 +0,0 @@ -using Ryujinx.Common.Memory; -using System.Runtime.InteropServices; - -namespace Ryujinx.HLE.HOS.Applets -{ -#pragma warning disable CS0649 - [StructLayout(LayoutKind.Sequential, Pack = 1)] - struct ControllerSupportResultInfo - { - public sbyte PlayerCount; - private Array3<byte> _padding; - public uint SelectedId; - public uint Result; - } -#pragma warning restore CS0649 -}
\ No newline at end of file |
