mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
Add safe texture cache to some uDraw games' ini files
Fixes https://bugs.dolphin-emu.org/issues/11823
This commit is contained in:
parent
674a66aab2
commit
177540b54d
16
Data/Sys/GameSettings/SDL.ini
Normal file
16
Data/Sys/GameSettings/SDL.ini
Normal file
@ -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
|
16
Data/Sys/GameSettings/SKU.ini
Normal file
16
Data/Sys/GameSettings/SKU.ini
Normal file
@ -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
|
16
Data/Sys/GameSettings/SMZ.ini
Normal file
16
Data/Sys/GameSettings/SMZ.ini
Normal file
@ -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
|
16
Data/Sys/GameSettings/SP8.ini
Normal file
16
Data/Sys/GameSettings/SP8.ini
Normal file
@ -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
|
16
Data/Sys/GameSettings/SS8.ini
Normal file
16
Data/Sys/GameSettings/SS8.ini
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user