mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 06:51:17 +01:00
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
17
Data/Sys/GameSettings/R8I.ini
Normal file
17
Data/Sys/GameSettings/R8I.ini
Normal file
@ -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…
x
Reference in New Issue
Block a user