mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
1d8fef8649
The use of any anti-aliasing will cause graphical corruption, which occurs on the ground. MaxAnisotropy is supposed to be for [Video_Enhancements], but also it doesn't cause any of the issues in game so it is being removed rather than set under the correct heading. Added a comment on why these values are set.
23 lines
472 B
INI
23 lines
472 B
INI
# G9SE8P, G9SJ8P, G9SP8P - SONIC HEROES
|
|
|
|
[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]
|
|
# Works around graphical corruption on ground
|
|
VertexRounding = True
|
|
|
|
[Video_Settings]
|
|
SafeTextureCacheColorSamples = 0
|
|
# Works around graphical corruption on ground
|
|
MSAA = 0
|