diff --git a/Data/Sys/GameSettings/R6C.INI b/Data/Sys/GameSettings/R6C.ini similarity index 63% rename from Data/Sys/GameSettings/R6C.INI rename to Data/Sys/GameSettings/R6C.ini index be0f8b88d3..9fbb640540 100644 --- a/Data/Sys/GameSettings/R6C.INI +++ b/Data/Sys/GameSettings/R6C.ini @@ -12,4 +12,6 @@ [Video_Enhancements] [Video_Hacks] -DeferEFBCopies = False \ No newline at end of file +# Both settings are required to avoid black faces and text issues with the on-screen keyboard. +EFBToTextureEnable = False +DeferEFBCopies = False diff --git a/Data/Sys/GameSettings/RCH.ini b/Data/Sys/GameSettings/RCH.ini index baa1c8168b..b8144d79c4 100644 --- a/Data/Sys/GameSettings/RCH.ini +++ b/Data/Sys/GameSettings/RCH.ini @@ -13,4 +13,5 @@ # Add graphics enhancements here. [Video_Hacks] -DeferEFBCopies = False \ No newline at end of file +# Required to avoid washed out rendering. +EFBToTextureEnable = False