Merge pull request #11818 from CasualPokePlayer/pokemon_cull_vertices_cpu

Add CPUCull to Pokemon Colosseum and Pokemon XD inis.
This commit is contained in:
Admiral H. Curtiss 2023-05-07 19:07:04 +02:00 committed by GitHub
commit 99d7fe33c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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