Merge pull request #14256 from Tilka/we_cheer

GameSettings: improve We Cheer and We Cheer 2 default settings
This commit is contained in:
JMC47 2026-01-17 18:22:58 -05:00 committed by GitHub
commit d32db5e319
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -12,4 +12,6 @@
[Video_Enhancements]
[Video_Hacks]
DeferEFBCopies = False
# Both settings are required to avoid black faces and text issues with the on-screen keyboard.
EFBToTextureEnable = False
DeferEFBCopies = False

View File

@ -13,4 +13,5 @@
# Add graphics enhancements here.
[Video_Hacks]
DeferEFBCopies = False
# Required to avoid washed out rendering.
EFBToTextureEnable = False