Compare commits

...

2 Commits

Author SHA1 Message Date
JMC47
8c2791dd6f
Merge f72f046bf1 into 80ea68b13c 2024-11-11 13:07:54 -06:00
JMC47
f72f046bf1 Fix Aspect Ratio Swapping in Metroid Prime 2 2023-09-05 13:58:39 -04:00

View File

@ -13,6 +13,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.