GameIni: Disable EFB CPU tile cache on F-Zero GX

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.
This commit is contained in:
Stenzek 2019-03-10 01:24:05 +10:00
parent 9293c82b24
commit 0e2397a1bc

View File

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