mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-12-28 02:34:32 +01:00
5dac174972
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.
26 lines
505 B
INI
26 lines
505 B
INI
# E78JAF - Solvalou
|
|
|
|
[Core]
|
|
# Values set here will override the main Dolphin settings.
|
|
|
|
[OnLoad]
|
|
# Add memory patches to be loaded once on boot here.
|
|
|
|
[OnFrame]
|
|
# Add memory patches to be applied every frame here.
|
|
|
|
[ActionReplay]
|
|
# Add action replay cheats here.
|
|
|
|
[Video_Hacks]
|
|
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
|