mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-09 18:45:40 +00: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]
|
[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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user