diff options
| author | icup321 <icup321@yahoo.com> | 2025-05-20 03:36:00 -0400 |
|---|---|---|
| committer | icup321 <icup321@yahoo.com> | 2025-05-20 03:36:00 -0400 |
| commit | d22702a16f9a5a869b6f581888373ed9d5ddc814 (patch) | |
| tree | 23e158745c1cf92736f02eba8447f8144789d6de /Data | |
| parent | faaf13eaad1a8ac3f31ec63bd2f7c18736324c56 (diff) | |
Disable icache for The Ant Bully [Wii]
This fixes an invalid read error that would happen specifically in the Wii version.
Diffstat (limited to 'Data')
| -rw-r--r-- | Data/Sys/GameSettings/RI3.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/RI3.ini b/Data/Sys/GameSettings/RI3.ini index 7a93709c95..590ddb9afe 100644 --- a/Data/Sys/GameSettings/RI3.ini +++ b/Data/Sys/GameSettings/RI3.ini @@ -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. |
