GameINI: Shadow The Hedgehog widescreen heuristic
Adjusts widescreen heuristic values to work properly for both the original game and the widescreen hack versions of Shadow the Hedgehog (all regions), Game ID GUP. Credit to Billiard for determining values.
This commit is contained in:
parent
8b9ac5d767
commit
2584a200ef
|
@ -15,5 +15,10 @@
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
VertexRounding = True
|
VertexRounding = True
|
||||||
|
|
||||||
|
[Video_Settings]
|
||||||
|
WidescreenHeuristicStandardRatio = 0.91
|
||||||
|
WidescreenHeuristicWidescreenRatio = 1.21
|
||||||
|
WidescreenHeuristicAspectRatioSlop = 0.15
|
||||||
|
|
||||||
[Video_Stereoscopy]
|
[Video_Stereoscopy]
|
||||||
StereoConvergence = 1
|
StereoConvergence = 1
|
||||||
|
|
Loading…
Reference in New Issue