mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
90ae9b81ac
1024 is not enough. 2048 works just fine. Fixes stuttering Atari 2600 emulation https://bugs.dolphin-emu.org/issues/12347
20 lines
564 B
INI
20 lines
564 B
INI
# GPHD52, GPHE52, GPHF52, GPHP52 - Pitfall: The Lost Expedition
|
|
|
|
[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
|