mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
GameSettings: Set Safe Texture Cache for Pitfall: The Lost Expedition and Pitfall: The Big Adventure
1024 is not enough. 2048 works just fine. Fixes stuttering Atari 2600 emulation https://bugs.dolphin-emu.org/issues/12347
This commit is contained in:
parent
ac25256156
commit
90ae9b81ac
@ -1,4 +1,4 @@
|
|||||||
# GPHD52, GPHE52, GPHP52 - Pitfall: The Lost Expedition
|
# GPHD52, GPHE52, GPHF52, GPHP52 - Pitfall: The Lost Expedition
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main Dolphin settings.
|
# Values set here will override the main Dolphin settings.
|
||||||
@ -13,5 +13,7 @@
|
|||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
[Video_Settings]
|
[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
Data/Sys/GameSettings/RPF.ini
Normal file
19
Data/Sys/GameSettings/RPF.ini
Normal 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
|
Loading…
Reference in New Issue
Block a user