Skip to content

Commit

Permalink
GameIni: Disable EFB CPU tile cache on F-Zero GX
Browse files Browse the repository at this point in the history
In the Sand Ocean track, EFB peeks occur across the whole screen.
This leads to slow performance with the tile cache enabled, so disable it.
  • Loading branch information
stenzek committed Mar 9, 2019
1 parent 9293c82 commit 0e2397a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Data/Sys/GameSettings/GFZ.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ SyncGPU = True
[ActionReplay]
# Add action replay cheats here.

[Video_Hacks]
# In the Sand Ocean track, EFB peeks occur across the whole screen.
# This leads to slow performance with the tile cache enabled, so disable it.
EFBAccessTileSize = 0

0 comments on commit 0e2397a

Please sign in to comment.