mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01: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:
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…
x
Reference in New Issue
Block a user