From 0e2397a1bc7da07312ad8f7a82d3745d7e9a56ed Mon Sep 17 00:00:00 2001 From: Stenzek Date: Sun, 10 Mar 2019 01:24:05 +1000 Subject: [PATCH] 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. --- Data/Sys/GameSettings/GFZ.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Data/Sys/GameSettings/GFZ.ini b/Data/Sys/GameSettings/GFZ.ini index e6f797c508..6e3a82efae 100644 --- a/Data/Sys/GameSettings/GFZ.ini +++ b/Data/Sys/GameSettings/GFZ.ini @@ -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 \ No newline at end of file