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