Fix Aspect Ratio Swapping in Metroid Prime 2

This commit is contained in:
JMC47 2023-09-05 13:58:39 -04:00
parent 76a00551d1
commit f72f046bf1

View File

@ -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.