diff options
| author | Craftyawesome <craftyawesome.ak@gmail.com> | 2019-08-20 13:22:18 -0400 |
|---|---|---|
| committer | Craftyawesome <craftyawesome.ak@gmail.com> | 2019-08-20 13:22:18 -0400 |
| commit | 177540b54df7af41568dba39fb1b419ef62ffd2b (patch) | |
| tree | dedc025e0b796f8e9ea0109d6f30dfbba204492c /Data/Sys | |
| parent | 674a66aab2fa54c9b4c39a027d1701620fc0bafa (diff) | |
Add safe texture cache to some uDraw games' ini files
Fixes https://bugs.dolphin-emu.org/issues/11823
Diffstat (limited to 'Data/Sys')
| -rw-r--r-- | Data/Sys/GameSettings/SDL.ini | 16 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/SKU.ini | 16 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/SMZ.ini | 16 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/SP8.ini | 16 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/SS8.ini | 16 |
5 files changed, 80 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/SDL.ini b/Data/Sys/GameSettings/SDL.ini new file mode 100644 index 0000000000..53978b6763 --- /dev/null +++ b/Data/Sys/GameSettings/SDL.ini @@ -0,0 +1,16 @@ +# SDLE78, SDLP78 - Dood's Big Adventure + +[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] +SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/SKU.ini b/Data/Sys/GameSettings/SKU.ini new file mode 100644 index 0000000000..a506f70a30 --- /dev/null +++ b/Data/Sys/GameSettings/SKU.ini @@ -0,0 +1,16 @@ +# SKUP78, SKUE78 - Kung Fu Panda 2 + +[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] +SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/SMZ.ini b/Data/Sys/GameSettings/SMZ.ini new file mode 100644 index 0000000000..9d52e43cd1 --- /dev/null +++ b/Data/Sys/GameSettings/SMZ.ini @@ -0,0 +1,16 @@ +# SMZP78, SMZE78 - Marvel Super Hero Squad: Comic Combat + +[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] +SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/SP8.ini b/Data/Sys/GameSettings/SP8.ini new file mode 100644 index 0000000000..5272757ab0 --- /dev/null +++ b/Data/Sys/GameSettings/SP8.ini @@ -0,0 +1,16 @@ +# SP8P78, SP8E78 - The Penguins of Madagascar: Dr. Blowhole Returns – Again! + +[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] +SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/SS8.ini b/Data/Sys/GameSettings/SS8.ini new file mode 100644 index 0000000000..bddcab7432 --- /dev/null +++ b/Data/Sys/GameSettings/SS8.ini @@ -0,0 +1,16 @@ +# SS8P78, SS8E78 - SpongeBob SquigglePants + +[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] +SafeTextureCacheColorSamples = 0 |
