Fix Aspect Ratio Swapping in Metroid Prime 2
This commit is contained in:
parent
76a00551d1
commit
f72f046bf1
|
@ -16,6 +16,11 @@ CPUThread = False
|
|||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 512
|
||||
|
||||
# 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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue