aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/Input/HidControllerColorDesc.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.HLE/Input/HidControllerColorDesc.cs')
-rw-r--r--Ryujinx.HLE/Input/HidControllerColorDesc.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/Ryujinx.HLE/Input/HidControllerColorDesc.cs b/Ryujinx.HLE/Input/HidControllerColorDesc.cs
new file mode 100644
index 00000000..b8cf2a5e
--- /dev/null
+++ b/Ryujinx.HLE/Input/HidControllerColorDesc.cs
@@ -0,0 +1,10 @@
+using System;
+
+namespace Ryujinx.HLE.Input
+{
+ [Flags]
+ public enum HidControllerColorDesc
+ {
+ ColorDesc_ColorsNonexistent = (1 << 1)
+ }
+} \ No newline at end of file