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:
icup321
2025-05-20 03:36:00 -04:00
parent faaf13eaad
commit d22702a16f

View File

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