GameINI: Add Safe Texture Cache to SpongebobToS
Text in SpongeBob's Truth of Square needs Safe Texture Cache in order to render properly.
This commit is contained in:
parent
35bf5e3839
commit
5bf1a8af8e
|
@ -0,0 +1,17 @@
|
||||||
|
# R8IS78, R8IP78, R8IE78 - SpongeBob's Truth or Square
|
||||||
|
|
||||||
|
[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]
|
||||||
|
# Needs safe texture cache for text to render correctly.
|
||||||
|
SafeTextureCacheColorSamples = 0
|
Loading…
Reference in New Issue