Skip to content

Commit

Permalink
Add safe texture cache to some uDraw games' ini files
Browse files Browse the repository at this point in the history
  • Loading branch information
Craftyawesome committed Aug 20, 2019
1 parent 674a66a commit 177540b
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Data/Sys/GameSettings/SDL.ini
Original file line number Diff line number Diff line change
@@ -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 changes: 16 additions & 0 deletions Data/Sys/GameSettings/SKU.ini
Original file line number Diff line number Diff line change
@@ -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 changes: 16 additions & 0 deletions Data/Sys/GameSettings/SMZ.ini
Original file line number Diff line number Diff line change
@@ -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 changes: 16 additions & 0 deletions Data/Sys/GameSettings/SP8.ini
Original file line number Diff line number Diff line change
@@ -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 changes: 16 additions & 0 deletions Data/Sys/GameSettings/SS8.ini
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 177540b

Please sign in to comment.