mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
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:
parent
9293c82b24
commit
0e2397a1bc
@ -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
|
Loading…
Reference in New Issue
Block a user