aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/Input/HidControllerLayouts.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.HLE/Input/HidControllerLayouts.cs')
-rw-r--r--Ryujinx.HLE/Input/HidControllerLayouts.cs14
1 files changed, 7 insertions, 7 deletions
diff --git a/Ryujinx.HLE/Input/HidControllerLayouts.cs b/Ryujinx.HLE/Input/HidControllerLayouts.cs
index 39fdd3fe..3548175f 100644
--- a/Ryujinx.HLE/Input/HidControllerLayouts.cs
+++ b/Ryujinx.HLE/Input/HidControllerLayouts.cs
@@ -2,12 +2,12 @@ namespace Ryujinx.HLE.Input
{
public enum HidControllerLayouts
{
- Pro_Controller = 0,
- Handheld_Joined = 1,
- Joined = 2,
- Left = 3,
- Right = 4,
- Main_No_Analog = 5,
- Main = 6
+ ProController = 0,
+ HandheldJoined = 1,
+ Joined = 2,
+ Left = 3,
+ Right = 4,
+ MainNoAnalog = 5,
+ Main = 6
}
} \ No newline at end of file