mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-08 02:16:54 -05:00
GameINI: Fix animation stutter in Mistic Software ScummVM titles
This is fixed by setting Texture Cache Accuracy to Safe. Affected titles: - R2F Freddi Fish: Kelp Seed Mystery - RDL Spy Fox in Dry Cereal - RJQ Pajama Sam: Don't Fear the Dark
This commit is contained in:
parent
cddffd2e2a
commit
2fb10fb1c0
|
|
@ -2,3 +2,5 @@
|
|||
|
||||
[Video_Settings]
|
||||
SuggestedAspectRatio = 2
|
||||
# Fix animation stutter
|
||||
SafeTextureCacheColorSamples = 0
|
||||
|
|
|
|||
|
|
@ -2,3 +2,5 @@
|
|||
|
||||
[Video_Settings]
|
||||
SuggestedAspectRatio = 2
|
||||
# Fix animation stutter
|
||||
SafeTextureCacheColorSamples = 0
|
||||
|
|
|
|||
|
|
@ -2,3 +2,5 @@
|
|||
|
||||
[Video_Settings]
|
||||
SuggestedAspectRatio = 2
|
||||
# Fix animation stutter
|
||||
SafeTextureCacheColorSamples = 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user