Skip to content

Commit

Permalink
Merge pull request #9337 from Avasam/game-settings-pitfall-the-lost-e…
Browse files Browse the repository at this point in the history
…xpedition-the-big-adventure

GameSettings: Set Safe Texture Cache to Safe for Pitfall: The Lost Ex…
  • Loading branch information
lioncash committed Dec 20, 2020
2 parents c08fab6 + 90ae9b8 commit 331738c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Data/Sys/GameSettings/GPH.ini
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
19 changes: 19 additions & 0 deletions Data/Sys/GameSettings/RPF.ini
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 331738c

Please sign in to comment.