diff options
author | Oz Linden <oz@lindenlab.com> | 2017-07-13 15:17:58 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2017-07-13 15:17:58 -0400 |
commit | 89512d1a27652dad5dc93004958493db5529281c (patch) | |
tree | b2127189e2ab264a0c9bf269662d37869cdec474 /indra | |
parent | ee2cd159a5d925bb19fe8da7b8c06f28823bce7c (diff) |
add SkipBenchmark setting
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index fbc984692d..39ff2b82da 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -16132,6 +16132,18 @@ <key>Value</key> <integer>0</integer> </map> + <key>SkipBenchmark</key> + <map> + <key>Comment</key> + <string>if true, disables running the GPU benchmark at startup + (default to class 1)</string> + <key>Persist</key> + <integer>1</integer> + <key>Type</key> + <string>Boolean</string> + <key>Value</key> + <integer>0</integer> + </map> </map> </llsd> |