aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/Input/HidControllerType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.HLE/Input/HidControllerType.cs')
-rw-r--r--Ryujinx.HLE/Input/HidControllerType.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/Ryujinx.HLE/Input/HidControllerType.cs b/Ryujinx.HLE/Input/HidControllerType.cs
deleted file mode 100644
index 74bca365..00000000
--- a/Ryujinx.HLE/Input/HidControllerType.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-using System;
-
-namespace Ryujinx.HLE.Input
-{
- [Flags]
- public enum HidControllerType
- {
- ProController = 1 << 0,
- Handheld = 1 << 1,
- NpadPair = 1 << 2,
- NpadLeft = 1 << 3,
- NpadRight = 1 << 4
- }
-} \ No newline at end of file