From c573c0dbf18250978f5b2106e02c8303ea513cce Mon Sep 17 00:00:00 2001 From: joon Date: Fri, 14 Oct 2022 11:34:15 -0400 Subject: [PATCH] Revert #8072 Disabling DeferEFBCopies has a big performance cost. Corrupt loading screen it causes is only visible for half a second on initial load. Nothing is affected in game. Enabling XFBToTextureEnable no longer causes a magenta loading screen. ImmediateXFBEnable is outdated. No ill effects on or off. --- Data/Sys/GameSettings/R3M.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/Data/Sys/GameSettings/R3M.ini b/Data/Sys/GameSettings/R3M.ini index 4669fc3eb1..9b8685ae36 100644 --- a/Data/Sys/GameSettings/R3M.ini +++ b/Data/Sys/GameSettings/R3M.ini @@ -14,6 +14,3 @@ [Video_Hacks] EFBToTextureEnable = False -ImmediateXFBEnable = False -XFBToTextureEnable = False -DeferEFBCopies = False