GameINI: Add Safe Texture Cache to Inazuma 2013
Certain text characters do not render properly with any other texture cache setting.
This commit is contained in:
parent
2a9742c74c
commit
1f3388be0a
|
@ -0,0 +1,17 @@
|
||||||
|
# S5SJHF - Inazuma Eleven GO: Strikers 2013
|
||||||
|
|
||||||
|
[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]
|
||||||
|
# SafeTextureCache is required for text to render properly.
|
||||||
|
SafeTextureCacheColorSamples = 0
|
Loading…
Reference in New Issue