GameSettings: improve We Cheer and We Cheer 2 default settings

Also use lowercase 'ini' file extension.
This commit is contained in:
Tillmann Karras 2026-01-06 22:27:39 +00:00
parent fb2a46c4cf
commit de214d74c3
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