|
@@ -1,5 +1,6 @@
|
|
|
namespace Ryujinx.HLE.HOS.Applets
|
|
namespace Ryujinx.HLE.HOS.Applets
|
|
|
{
|
|
{
|
|
|
|
|
+#pragma warning disable CS0649
|
|
|
struct ControllerSupportArgHeader
|
|
struct ControllerSupportArgHeader
|
|
|
{
|
|
{
|
|
|
public sbyte PlayerCountMin;
|
|
public sbyte PlayerCountMin;
|
|
@@ -10,4 +11,5 @@ namespace Ryujinx.HLE.HOS.Applets
|
|
|
public byte EnableSingleMode;
|
|
public byte EnableSingleMode;
|
|
|
public byte EnableIdentificationColor;
|
|
public byte EnableIdentificationColor;
|
|
|
}
|
|
}
|
|
|
|
|
+#pragma warning restore CS0649
|
|
|
}
|
|
}
|