mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-25 18:58:43 +00:00
Merge pull request #13690 from icup321/master
GameINI: Disable icache for The Ant Bully [Wii]
This commit is contained in:
commit
53b54406bd
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue