Merge pull request #9337 from Avasam/game-settings-pitfall-the-lost-expedition-the-big-adventure

GameSettings: Set Safe Texture Cache to Safe for Pitfall: The Lost Ex…
This commit is contained in:
LC 2020-12-19 21:31:51 -05:00 committed by GitHub
commit 331738c882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# GPHD52, GPHE52, GPHP52 - Pitfall: The Lost Expedition
# GPHD52, GPHE52, GPHF52, GPHP52 - Pitfall: The Lost Expedition
[Core]
# Values set here will override the main Dolphin settings.
@ -13,5 +13,7 @@
# Add action replay cheats here.
[Video_Settings]
SafeTextureCacheColorSamples = 512
# Safe Texture Cache has to be set somewhere between "Safe" and "Medium"
# for the "Pitfall!" and "Lost Cavern" Atari 2600 games to render correctly.
# Otherwise the retro games appear to be stuttering.
SafeTextureCacheColorSamples = 2048

View File

@ -0,0 +1,19 @@
# RPFP52, RPFE52, RPFU52 - Pitfall: The Big Adventure
[Core]
# Values set here will override the main Dolphin settings.
[OnLoad]
# Add memory patches to be loaded once on boot here.
[OnFrame]
# Add memory patches to be applied every frame here.
[ActionReplay]
# Add action replay cheats here.
[Video_Settings]
# Safe Texture Cache has to be set somewhere between "Safe" and "Medium"
# for the "Pitfall!" and "Lost Cavern" Atari 2600 games to render correctly.
# Otherwise the retro games appear to be stuttering.
SafeTextureCacheColorSamples = 2048