diff options
| author | JMC47 <JMC4789@gmail.com> | 2021-08-01 23:36:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-01 23:36:24 -0400 |
| commit | 20c7edff8a0403b351eccd59f01f5811d3236cef (patch) | |
| tree | 97a83593d87aace20f33954ecade835ed02c0a19 /Data/Sys | |
| parent | 35bf5e38392670b3b86a4926437d01157363ba4a (diff) | |
| parent | 5bf1a8af8e3a88bf90a2851942a3047fbe190e56 (diff) | |
Merge pull request #9985 from JMC47/spongetruthini
GameINI: Add Safe Texture Cache to SpongeBob's Truth or Square
Diffstat (limited to 'Data/Sys')
| -rw-r--r-- | Data/Sys/GameSettings/R8I.ini | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/R8I.ini b/Data/Sys/GameSettings/R8I.ini new file mode 100644 index 0000000000..d95f01c62f --- /dev/null +++ b/Data/Sys/GameSettings/R8I.ini @@ -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 |
