Merge pull request #12629 from Avasam/GPH-aspect-ratio
Fix aspect ratio swapping in Pitfall: The Lost Expedition
This commit is contained in:
commit
0bfa64bd74
|
@ -17,3 +17,7 @@
|
|||
# for the "Pitfall!" and "Lost Cavern" Atari 2600 games to render correctly.
|
||||
# Otherwise the retro games appear to be stuttering.
|
||||
SafeTextureCacheColorSamples = 2048
|
||||
|
||||
# Fixes cutscenes playing in a different aspect ratio and gameplay flipping back and forth between 4:3 and 16:9.
|
||||
WidescreenHeuristicStandardRatio = 1.17
|
||||
WidescreenHeuristicWidescreenRatio = 1.56
|
||||
|
|
Loading…
Reference in New Issue