diff options
Diffstat (limited to 'Ryujinx.HLE/Input/HidControllerColorDesc.cs')
-rw-r--r-- | Ryujinx.HLE/Input/HidControllerColorDesc.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.HLE/Input/HidControllerColorDesc.cs b/Ryujinx.HLE/Input/HidControllerColorDesc.cs index b8cf2a5e..85ece5f1 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 { - ColorDesc_ColorsNonexistent = (1 << 1) + ColorDescColorsNonexistent = (1 << 1) } }
\ No newline at end of file |