Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #11514 from JMC47/cpuculldefaults
Add CPU Cull to Twilight Princess and Metroid Prime Series
  • Loading branch information
phire committed Jan 30, 2023
2 parents d380d43 + df536b1 commit 5a8b865
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Data/Sys/GameSettings/G2M.ini
Expand Up @@ -16,5 +16,10 @@ CPUThread = False
[Video_Settings]
SafeTextureCacheColorSamples = 512

# Because the minimap has a lot of unused triangles,
# CPU Cull can greatly speed up demanding areas of the game.

CPUCull = True

[Video_Hacks]
EFBToTextureEnable = False
5 changes: 5 additions & 0 deletions Data/Sys/GameSettings/GM8.ini
Expand Up @@ -15,4 +15,9 @@
[Video_Settings]
SafeTextureCacheColorSamples = 512

# Because the minimap has a lot of unused triangles,
# CPU Cull can greatly speed up demanding areas of the game.

CPUCull = True

[Video_Hacks]
7 changes: 7 additions & 0 deletions Data/Sys/GameSettings/GZ2.ini
Expand Up @@ -21,5 +21,12 @@ ImmediateXFBEnable = False

VISkip = False

[Video_Settings]
# Because the minimap in Hyrule Field and Faron Woods
# has a ton of unused triangles, CPU Cull can greatly
# speed up demanding areas of the game.

CPUCull = True

[Video_Enhancements]
ArbitraryMipmapDetection = True
7 changes: 7 additions & 0 deletions Data/Sys/GameSettings/R3M.ini
Expand Up @@ -12,6 +12,13 @@
[ActionReplay]
# Add action replay cheats here.

[Video_Settings]

# Because the minimap has a lot of unused triangles,
# CPU Cull can greatly speed up demanding areas of the game.

CPUCull = True

[Video_Hacks]
EFBToTextureEnable = False
ImmediateXFBEnable = False
Expand Down
5 changes: 5 additions & 0 deletions Data/Sys/GameSettings/RM3.ini
Expand Up @@ -15,5 +15,10 @@
[Video_Settings]
SafeTextureCacheColorSamples = 512

# Because the minimap has a lot of unused triangles,
# CPU Cull can greatly speed up demanding areas of the game.

CPUCull = True

[Video_Hacks]
EFBToTextureEnable = False
7 changes: 7 additions & 0 deletions Data/Sys/GameSettings/RZD.ini
Expand Up @@ -21,5 +21,12 @@ ImmediateXFBEnable = False

VISkip = False

[Video_Settings]
# Because the minimap in Hyrule Field and Faron Woods
# has a ton of unused triangles, CPU Cull can greatly
# speed up demanding areas of the game.

CPUCull = True

[Video_Enhancements]
ArbitraryMipmapDetection = True

0 comments on commit 5a8b865

Please sign in to comment.