Disable icache for The Ant Bully [Wii]
This fixes an invalid read error that would happen specifically in the Wii version.
This commit is contained in:
parent
faaf13eaad
commit
d22702a16f
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main Dolphin settings.
|
# Values set here will override the main Dolphin settings.
|
||||||
|
# The JIT cache causes problems with emulated icache invalidation in this game resulting in areas failing to load
|
||||||
|
DisableICache = True
|
||||||
|
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
# Add memory patches to be applied every frame here.
|
# Add memory patches to be applied every frame here.
|
||||||
|
|
Loading…
Reference in New Issue