mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
5bf1a8af8e
Text in SpongeBob's Truth of Square needs Safe Texture Cache in order to render properly.
18 lines
406 B
INI
18 lines
406 B
INI
# 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
|