From 5dac1749725aedc18b4d4dfb412a595c6fe4cd7f Mon Sep 17 00:00:00 2001 From: Patrick Ferry <8967997+PatrickFerry@users.noreply.github.com> Date: Sun, 15 Sep 2024 21:49:06 +0100 Subject: [PATCH] GameINI: Disable Broken Enhancements for Solvalou The wrong filename was used so the settings weren't being applied. The graphical issues reported were from enhancements that create graphical issues. EFBToTextureEnable solves some graphical issues but those issues appear for only a few frames, the bulk of the game does not benefit while the setting while it is very sore on performance. --- Data/Sys/GameSettings/{E7J.ini => E78.ini} | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) rename Data/Sys/GameSettings/{E7J.ini => E78.ini} (55%) diff --git a/Data/Sys/GameSettings/E7J.ini b/Data/Sys/GameSettings/E78.ini similarity index 55% rename from Data/Sys/GameSettings/E7J.ini rename to Data/Sys/GameSettings/E78.ini index f80fc8e1c0..40284eacda 100644 --- a/Data/Sys/GameSettings/E7J.ini +++ b/Data/Sys/GameSettings/E78.ini @@ -13,4 +13,13 @@ # Add action replay cheats here. [Video_Hacks] -EFBToTextureEnable = False +EFBEmulateFormatChanges = True +# Solves minor graphical issues when starting level and game over screen +#EFBToTextureEnable = False + +[Video_Settings] +MSAA = 0 + +[Video_Enhancements] +ForceFiltering = False +ForceTrueColor = False