mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-18 09:53:18 -03:00
22 lines
558 B
INI
22 lines
558 B
INI
# GE9E5D - Ed, Edd n Eddy: The Mis-Edventures
|
|
|
|
[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
|
|
|
|
[OnFrame]
|
|
# Add memory patches to be applied every frame here.
|
|
|
|
[ActionReplay]
|
|
# Add action replay cheats here.
|
|
|
|
[Video_Settings]
|
|
SafeTextureCacheColorSamples = 512
|
|
|
|
[Video_Hacks]
|
|
# Avoids shifted screen.
|
|
ImmediateXFBEnable = False
|