Merge pull request #13690 from icup321/master
GameINI: Disable icache for The Ant Bully [Wii]
This commit is contained in:
commit
53b54406bd
|
@ -2,6 +2,8 @@
|
|||
|
||||
[Core]
|
||||
# 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]
|
||||
# Add memory patches to be applied every frame here.
|
||||
|
|
Loading…
Reference in New Issue