Merge pull request #8323 from Craftyawesome/ini-texture-cache

Add safe texture cache to some uDraw games' ini files
This commit is contained in:
JMC47 2019-08-30 11:03:01 -04:00 committed by GitHub
commit 5ea4f998c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 80 additions and 0 deletions

View 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

View 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

View 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

View 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

View 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