summaryrefslogtreecommitdiff
path: root/Data
diff options
context:
space:
mode:
authorbooto <remornicus@gmail.com>2017-01-26 04:57:03 -0500
committerbooto <remornicus@gmail.com>2017-01-28 18:04:44 -0500
commit2fbdf2a3ce9db50cb69c7c671fe1916ed8b20507 (patch)
treead47f817b83bf8ba5bde2e8a3e82c768bc702114 /Data
parent66160c2781842b85b0360c8c2a0ba244bfa21c5d (diff)
Hack to stop dcbz/dcbi over low MEM1 trashing memory.
Diffstat (limited to 'Data')
-rw-r--r--Data/Sys/GameSettings/SCY.ini4
-rw-r--r--Data/Sys/GameSettings/SQI.ini23
2 files changed, 27 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/SCY.ini b/Data/Sys/GameSettings/SCY.ini
index 0cbe81fb54..ab46802b05 100644
--- a/Data/Sys/GameSettings/SCY.ini
+++ b/Data/Sys/GameSettings/SCY.ini
@@ -2,6 +2,8 @@
[Core]
# Values set here will override the main Dolphin settings.
+MMU = 1
+LowDCBZHack = 1
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
@@ -17,3 +19,5 @@ EmulationIssues =
[ActionReplay]
# Add action replay cheats here.
+[Video_Settings]
+SafeTextureCacheColorSamples = 2048
diff --git a/Data/Sys/GameSettings/SQI.ini b/Data/Sys/GameSettings/SQI.ini
new file mode 100644
index 0000000000..fea88a7bfa
--- /dev/null
+++ b/Data/Sys/GameSettings/SQI.ini
@@ -0,0 +1,23 @@
+# SQIE4Q, SQIP4Q - Disney Infinity
+
+[Core]
+# Values set here will override the main Dolphin settings.
+MMU = 1
+LowDCBZHack = 1
+
+[EmuState]
+# The Emulation State. 1 is worst, 5 is best, 0 is not set.
+EmulationStateId = 3
+EmulationIssues =
+
+[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 = 2048