diff options
Diffstat (limited to 'Ryujinx.HLE/HOS/Applets/Controller/ControllerSupportArg.cs')
| -rw-r--r-- | Ryujinx.HLE/HOS/Applets/Controller/ControllerSupportArg.cs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Ryujinx.HLE/HOS/Applets/Controller/ControllerSupportArg.cs b/Ryujinx.HLE/HOS/Applets/Controller/ControllerSupportArg.cs deleted file mode 100644 index 908e9049..00000000 --- a/Ryujinx.HLE/HOS/Applets/Controller/ControllerSupportArg.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Ryujinx.HLE.HOS.Applets -{ -#pragma warning disable CS0649 - // (8.0.0+ version) - unsafe struct ControllerSupportArg - { - public ControllerSupportArgHeader Header; - public fixed uint IdentificationColor[8]; - public byte EnableExplainText; - public fixed byte ExplainText[8 * 0x81]; - } -#pragma warning restore CS0649 -}
\ No newline at end of file |
