Files
o3de/Assets/Engine/Config/CVarGroups/sys_spec_Full.cfg
T
Artur K 80db67e90a Remove many unused variables and unused setting files (#4607)
* Remove many unused variables and unused setting files

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* Remove a few more dead config vars

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* fix android test_ConfigureSettings_DefaultValues_SetsValues

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>
2021-10-12 17:06:15 -05:00

27 lines
297 B
INI

; 1 - Low spec mobile
; 2 - Medium spec mobile, Apple TV
; 3 - High spec mobile
; 4 - Very high spec mobile
; 5 - Low spec PC
; 6 - Medium spec PC
; 7 - High spec PC, OSX, and consoles (default)
; 8 - Very high spec PC
[default]
; default of this CVarGroup
= 7
[1]
[2]
[3]
[4]
[5]
[6]
[8]