From 8e68696d7a67b33815aa988dadc2a832fd678139 Mon Sep 17 00:00:00 2001 From: InfoManiac742 <26778801+InfoManiac742@users.noreply.github.com> Date: Tue, 13 Jun 2023 11:41:59 -1000 Subject: [PATCH] Fix white bars in Ice Age 2: The Meltdown (GC) Defer EFB Copies to RAM is necessary in order to avoid white bars obscuring the screen: see https://wiki.dolphin-emu.org/index.php?title=Ice_Age_2:_The_Meltdown_(GC)#White_Bars --- Data/Sys/GameSettings/GIA.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/Data/Sys/GameSettings/GIA.ini b/Data/Sys/GameSettings/GIA.ini index c89a24083c..f9627e9d6b 100644 --- a/Data/Sys/GameSettings/GIA.ini +++ b/Data/Sys/GameSettings/GIA.ini @@ -14,3 +14,4 @@ [Video_Hacks] EFBToTextureEnable = False +DeferEFBCopies = False