17 lines
532 B
INI
17 lines
532 B
INI
# [Enhancements]
|
|
#MaxAnisotropy = 4 # 16x Anisotropic texture filtering
|
|
# MaxAnisotropy = 2 # 4x Anisotropic texture filtering
|
|
#MaxAnisotropy = 1 # 2x Anisotropic texture filtering
|
|
#MaxAnisotropy = 0 # default
|
|
[Settings]
|
|
WaitForShadersBeforeStarting = True
|
|
# WaitForShadersBeforeStarting = False
|
|
# MSAA = 0x00000004 # 4x MSAA
|
|
#MSAA = 0x00000002 # 2x MSAA
|
|
#MSAA = 0x00000001 # none
|
|
SSAA = False
|
|
# InternalResolution = 1 # 2x native
|
|
#ShaderCompilationMode = 2 # Hybrid ubershaders
|
|
ShaderCompilationMode = 3 # Skip
|
|
# ShowGraphs = True
|