mirror of
https://github.com/dolphin-emu/dolphin
synced 2024-11-04 20:43:44 -05:00
0bde79a4ca
Adjusts the Texture Cache settings/slider to 512 samples which equates to the 'middle' option in the UI. If using the 'Safe' Texture Cache Accuracy mode, the left screen will only render bloom in 2P modes. If using the 'Fast' Texture Cache Accuracy mode, the Intro Movie will drop frames near the end when the "Shadow the Hedgehog" game title letters appear. This mode also can result in artifacts/bleed from bloom effects in some situations.
25 lines
619 B
INI
25 lines
619 B
INI
# GUPE8P, GUPJ8P, GUPP8P - Shadow the Hedgehog
|
|
|
|
[Core]
|
|
# Values set here will override the main Dolphin settings.
|
|
|
|
[OnFrame]
|
|
# Add memory patches to be applied every frame here.
|
|
|
|
[ActionReplay]
|
|
# Add action replay cheats here.
|
|
|
|
[Video_Hacks]
|
|
VertexRounding = True
|
|
|
|
[Video_Settings]
|
|
# Force texture cache to the middle option - fixes the bloom bleed/artifacting and SFD video slowdown issues present on Safe and Fast
|
|
SafeTextureCacheColorSamples = 512
|
|
|
|
WidescreenHeuristicStandardRatio = 0.91
|
|
WidescreenHeuristicWidescreenRatio = 1.21
|
|
WidescreenHeuristicAspectRatioSlop = 0.15
|
|
|
|
[Video_Stereoscopy]
|
|
StereoConvergence = 1
|