From c0f4825a97f7ee03f0e6242b4ddf1a6a1b13c8ef Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Wed, 20 Sep 2023 13:39:58 -0700 Subject: [PATCH] Disable Store EFB Copies to Texture Only for Mystery Case Files: The Malgrave Incident See https://bugs.dolphin-emu.org/issues/13356. Testing there determined that forcing a specific value for SafeTextureCacheColorSamples is not needed. --- Data/Sys/GameSettings/SFI.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Data/Sys/GameSettings/SFI.ini b/Data/Sys/GameSettings/SFI.ini index aefd527295..77c18a1925 100644 --- a/Data/Sys/GameSettings/SFI.ini +++ b/Data/Sys/GameSettings/SFI.ini @@ -12,9 +12,9 @@ [ActionReplay] # Add action replay cheats here. -[Video_Settings] -SafeTextureCacheColorSamples = 512 - [Video_Hacks] +# Needed for cutscenes and the book to work properly (https://bugs.dolphin-emu.org/issues/4723) ImmediateXFBEnable = False +# Needed for the book to work properly (https://bugs.dolphin-emu.org/issues/13356) +EFBToTextureEnable = False