mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Merge pull request #11818 from CasualPokePlayer/pokemon_cull_vertices_cpu
Add CPUCull to Pokemon Colosseum and Pokemon XD inis.
This commit is contained in:
@ -14,3 +14,7 @@
|
|||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 0
|
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]
|
[Video_Settings]
|
||||||
# Fixes garbled text.
|
# Fixes garbled text.
|
||||||
SafeTextureCacheColorSamples = 0
|
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
|
||||||
|
Reference in New Issue
Block a user