aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/system.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h
index 1b03fb0a15..83bc457707 100644
--- a/common/system.h
+++ b/common/system.h
@@ -351,7 +351,18 @@ public:
/**
* swap menu and back buttons
*/
- kFeatureSwapMenuAndBackButtons
+ kFeatureSwapMenuAndBackButtons,
+
+ /**
+ * keyboard mouse and joystick mouse speed
+ */
+ kFeatureKbdMouseSpeed,
+
+ /**
+ * change analog joystick deadzone
+ */
+ kFeatureJoystickDeadzone
+
};
/**