diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-07-14 00:28:21 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-07-15 13:55:32 +0300 |
commit | 8c66f54cfa9b1d26271338b7629290b35222617f (patch) | |
tree | 306740a8d80192fb7da7d96fb2d0474667f27e71 /indra/newview/app_settings | |
parent | 54383cac8fa8a40d96590a300d4fce618f7413f3 (diff) |
SL-5894 #4 Organize device storage between sessions
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index dfc3c7b89d..1ab97ccc02 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -5242,6 +5242,17 @@ <key>Value</key> <string /> </map> + <key>JoystickDeviceUUID</key> + <map> + <key>Comment</key> + <string>Preffered device ID.</string> + <key>Persist</key> + <integer>1</integer> + <key>Type</key> + <string>String</string> + <key>Value</key> + <string /> + </map> <key>JoystickMouselookYaw</key> <map> <key>Comment</key> |