diff options
Diffstat (limited to 'common/system.h')
-rw-r--r-- | common/system.h | 13 |
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 + }; /** |