21 lines
549 B
INI
21 lines
549 B
INI
# GC6E01, GC6P01 - Pokemon Colosseum
|
|
|
|
[Core]
|
|
# Values set here will override the main Dolphin settings.
|
|
|
|
[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.
|
|
|
|
[Video_Settings]
|
|
SafeTextureCacheColorSamples = 0
|
|
# Many areas of the game have unused vertexes, especially with cutscenes
|
|
# involving Shadow Pokémon, such as the purification cutscene.
|
|
# CPU Cull ends up greatly boosting performance for these cases.
|
|
CPUCull = True
|