This commit is contained in:
JMC47 2026-03-17 22:28:33 -05:00 committed by GitHub
commit 95de68ca5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,11 @@ CPUThread = False
SafeTextureCacheColorSamples = 512
SuggestedAspectRatio = 2
# Using a widescreen heuristic modification
# fixes the game changing aspect ratios during gameplay.
WidescreenHeuristicTransitionThreshold = 20
# Because the minimap has a lot of unused triangles,
# CPU Cull can greatly speed up demanding areas of the game.