Merge pull request #9985 from JMC47/spongetruthini
GameINI: Add Safe Texture Cache to SpongeBob's Truth or Square
This commit is contained in:
commit
20c7edff8a
|
@ -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