Fix aspect ratio swapping in Pitfall: The Lost Expedition

This commit is contained in:
Avasam 2024-03-09 20:21:04 -05:00 committed by GitHub
parent adac827a04
commit 967b4ac504
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