Hack to stop dcbz/dcbi over low MEM1 trashing memory.

This commit is contained in:
booto
2017-01-26 04:57:03 -05:00
parent 66160c2781
commit 2fbdf2a3ce
7 changed files with 44 additions and 3 deletions

View File

@ -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

View File

@ -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