diff options
Diffstat (limited to 'Ryujinx.HLE/Hid/HidControllerLayouts.cs')
| -rw-r--r-- | Ryujinx.HLE/Hid/HidControllerLayouts.cs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Ryujinx.HLE/Hid/HidControllerLayouts.cs b/Ryujinx.HLE/Hid/HidControllerLayouts.cs new file mode 100644 index 00000000..39fdd3fe --- /dev/null +++ b/Ryujinx.HLE/Hid/HidControllerLayouts.cs @@ -0,0 +1,13 @@ +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 + } +}
\ No newline at end of file |
