mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-31 17:04:40 -04: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user