mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
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]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 512
|
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,
|
# Because the minimap has a lot of unused triangles,
|
||||||
# CPU Cull can greatly speed up demanding areas of the game.
|
# CPU Cull can greatly speed up demanding areas of the game.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user