GameINI: Disable ICache for Happy Feet

The DisableICache setting is supposed to be for [Core]
This commit is contained in:
Patrick Ferry 2024-09-15 21:48:22 +01:00
parent 5fe9e2f6ed
commit a5209738fe
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,9 @@
# RHFE5D, RHFP5D - Happy Feet
[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
[Video_Settings]
SuggestedAspectRatio = 2
# The JIT cache causes problems with emulated icache invalidation in this game resulting in a crash on starting the game
DisableICache = True