From d22702a16f9a5a869b6f581888373ed9d5ddc814 Mon Sep 17 00:00:00 2001 From: icup321 Date: Tue, 20 May 2025 03:36:00 -0400 Subject: [PATCH] Disable icache for The Ant Bully [Wii] This fixes an invalid read error that would happen specifically in the Wii version. --- Data/Sys/GameSettings/RI3.ini | 2 ++ 1 file changed, 2 insertions(+) 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.