mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
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
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