summaryrefslogtreecommitdiff
path: root/Data/Sys
diff options
context:
space:
mode:
authorJordan Woyak <jordan.woyak@gmail.com>2026-04-13 13:36:19 -0500
committerJordan Woyak <jordan.woyak@gmail.com>2026-04-13 13:36:19 -0500
commit408fdb0a3effaf07de160da61736d102cc8c203c (patch)
tree1b6b8a4a37b7cf9ca78581fd0c11b65895a561ab /Data/Sys
parentb62bfe4b30a03077790b61fd8bc4bcadcb0b673b (diff)
GameSettings: Disable DeferEFBCopies to fix shadows in "Disney's Hide & Sneak".
Diffstat (limited to 'Data/Sys')
-rw-r--r--Data/Sys/GameSettings/GAA.ini11
-rw-r--r--Data/Sys/GameSettings/GHV.ini11
2 files changed, 4 insertions, 18 deletions
diff --git a/Data/Sys/GameSettings/GAA.ini b/Data/Sys/GameSettings/GAA.ini
index 7487e75683..d8c6cd9b69 100644
--- a/Data/Sys/GameSettings/GAA.ini
+++ b/Data/Sys/GameSettings/GAA.ini
@@ -1,14 +1,7 @@
# GAAJ08 - Disney's Mickey & Minnie Trick & Chase
-[Core]
-# Values set here will override the main Dolphin settings.
-
-[OnFrame]
-# Add memory patches to be applied every frame here.
-
-[ActionReplay]
-# Add action replay cheats here.
-
[Video_Hacks]
+# Avoid broken shadows and other effects.
EFBToTextureEnable = False
+DeferEFBCopies = False
BBoxEnable = True
diff --git a/Data/Sys/GameSettings/GHV.ini b/Data/Sys/GameSettings/GHV.ini
index eb2d9c2e68..2bc07f893c 100644
--- a/Data/Sys/GameSettings/GHV.ini
+++ b/Data/Sys/GameSettings/GHV.ini
@@ -1,14 +1,7 @@
# GHVE08, GHVP08 - Disney's Hide & Sneak
-[Core]
-# Values set here will override the main Dolphin settings.
-
-[OnFrame]
-# Add memory patches to be applied every frame here.
-
-[ActionReplay]
-# Add action replay cheats here.
-
[Video_Hacks]
+# Avoid broken shadows and other effects.
EFBToTextureEnable = False
+DeferEFBCopies = False
BBoxEnable = True