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.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.HLE/Input/HidControllerColorDesc.cs b/Ryujinx.HLE/Input/HidControllerColorDesc.cs
index 85ece5f1..b8cf2a5e 100644
--- a/Ryujinx.HLE/Input/HidControllerColorDesc.cs
+++ b/Ryujinx.HLE/Input/HidControllerColorDesc.cs
@@ -5,6 +5,6 @@ namespace Ryujinx.HLE.Input
[Flags]
public enum HidControllerColorDesc
{
- ColorDescColorsNonexistent = (1 << 1)
+ ColorDesc_ColorsNonexistent = (1 << 1)
}
} \ No newline at end of file