diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2016-04-19 21:52:36 -0700 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2016-08-06 12:56:05 -0700 |
commit | df6dd94a107696e50da5abb73c770a036865d4f6 (patch) | |
tree | 82bf8bc844bc93c6d997747a1dda70bd33f7a2b0 /system | |
parent | b35e72eb5cdac0c1cae88f5d18f32985c367295b (diff) |
[joysticks] Add "Test rumble" setting
Diffstat (limited to 'system')
-rw-r--r-- | system/settings/settings.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml index 10ab184079..c735230a6d 100644 --- a/system/settings/settings.xml +++ b/system/settings/settings.xml @@ -2601,6 +2601,13 @@ </dependencies> <control type="button" format="action" /> </setting> + <setting id="input.testrumble" type="action" label="35051" help="35052"> + <level>2</level> + <dependencies> + <dependency type="enable" on="property" name="HasRumbleFeature" /> + </dependencies> + <control type="button" format="action" /> + </setting> </group> </category> <category id="network" label="798" help="36379"> |