Merge pull request #11818 from CasualPokePlayer/pokemon_cull_vertices_cpu
Add CPUCull to Pokemon Colosseum and Pokemon XD inis.
This commit is contained in:
commit
99d7fe33c5
|
@ -14,3 +14,7 @@
|
|||
|
||||
[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
|
||||
|
|
|
@ -19,3 +19,7 @@ MMU = True
|
|||
[Video_Settings]
|
||||
# Fixes garbled text.
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue