mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
dad309d365
Specifically, 'Scooby-Doo! Mystery Mayhem', 'Scooby-Doo! Unmasked', 'Ed, Edd n Eddy: The Mis-Edventures', and the Wii version of 'Happy Feet'. The JIT cache causes problems with emulated icache invalidation in these games, resulting in areas failing to load.
18 lines
517 B
INI
18 lines
517 B
INI
# GC3F78, GC3P78, GC3D78, GC3E78 - Scooby-Doo! Mystery Mayhem
|
|
|
|
[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
|
|
# Disabling ICache causes issues with the GameCube Main Menu.
|
|
HLE_BS2 = True
|
|
|
|
[OnLoad]
|
|
# Add memory patches to be loaded once on boot here.
|
|
|
|
[OnFrame]
|
|
# Add memory patches to be applied every frame here.
|
|
|
|
[ActionReplay]
|
|
# Add action replay cheats here.
|