mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-18 10:50:05 +00: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]
|
[Video_Settings]
|
||||||
SuggestedAspectRatio = 2
|
SuggestedAspectRatio = 2
|
||||||
|
# Fix animation stutter
|
||||||
|
SafeTextureCacheColorSamples = 0
|
||||||
|
|||||||
@@ -2,3 +2,5 @@
|
|||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SuggestedAspectRatio = 2
|
SuggestedAspectRatio = 2
|
||||||
|
# Fix animation stutter
|
||||||
|
SafeTextureCacheColorSamples = 0
|
||||||
|
|||||||
@@ -2,3 +2,5 @@
|
|||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SuggestedAspectRatio = 2
|
SuggestedAspectRatio = 2
|
||||||
|
# Fix animation stutter
|
||||||
|
SafeTextureCacheColorSamples = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user