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.
This commit is contained in:
parent
8c24b4745a
commit
5dac174972
|
@ -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
|
Loading…
Reference in New Issue