Merge pull request #12629 from Avasam/GPH-aspect-ratio

Fix aspect ratio swapping in Pitfall: The Lost Expedition
This commit is contained in:
Admiral H. Curtiss 2024-03-17 06:07:45 +01:00 committed by GitHub
commit 0bfa64bd74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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