mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
GameINI: Disable ICache for Happy Feet
The DisableICache setting is supposed to be for [Core]
This commit is contained in:
parent
5fe9e2f6ed
commit
a5209738fe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user