mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-18 19:32:41 +00:00
GameSettings: improve We Cheer and We Cheer 2 default settings
Also use lowercase 'ini' file extension.
This commit is contained in:
parent
fb2a46c4cf
commit
de214d74c3
@ -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
|
||||
@ -13,4 +13,5 @@
|
||||
# Add graphics enhancements here.
|
||||
|
||||
[Video_Hacks]
|
||||
DeferEFBCopies = False
|
||||
# Required to avoid washed out rendering.
|
||||
EFBToTextureEnable = False
|
||||
|
||||
Loading…
Reference in New Issue
Block a user