aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Applets/SoftwareKeyboard/KeyboardInputMode.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.HLE/HOS/Applets/SoftwareKeyboard/KeyboardInputMode.cs')
-rw-r--r--Ryujinx.HLE/HOS/Applets/SoftwareKeyboard/KeyboardInputMode.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/Ryujinx.HLE/HOS/Applets/SoftwareKeyboard/KeyboardInputMode.cs b/Ryujinx.HLE/HOS/Applets/SoftwareKeyboard/KeyboardInputMode.cs
deleted file mode 100644
index 925d52f6..00000000
--- a/Ryujinx.HLE/HOS/Applets/SoftwareKeyboard/KeyboardInputMode.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
-{
- /// <summary>
- /// Active input options set by the keyboard applet. These options allow keyboard
- /// players to input text without conflicting with the controller mappings.
- /// </summary>
- enum KeyboardInputMode : uint
- {
- ControllerAndKeyboard,
- KeyboardOnly,
- ControllerOnly,
- Count,
- }
-}