aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Applets/Controller/ControllerSupportResultInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.HLE/HOS/Applets/Controller/ControllerSupportResultInfo.cs')
-rw-r--r--Ryujinx.HLE/HOS/Applets/Controller/ControllerSupportResultInfo.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/Ryujinx.HLE/HOS/Applets/Controller/ControllerSupportResultInfo.cs b/Ryujinx.HLE/HOS/Applets/Controller/ControllerSupportResultInfo.cs
new file mode 100644
index 00000000..4fcd37db
--- /dev/null
+++ b/Ryujinx.HLE/HOS/Applets/Controller/ControllerSupportResultInfo.cs
@@ -0,0 +1,10 @@
+namespace Ryujinx.HLE.HOS.Applets
+{
+ unsafe struct ControllerSupportResultInfo
+ {
+ public sbyte PlayerCount;
+ fixed byte _padding[3];
+ public uint SelectedId;
+ public uint Result;
+ }
+} \ No newline at end of file