From 3d34f80f11caaffcf222ed8c6599b6a0860e1545 Mon Sep 17 00:00:00 2001 From: SMarioMan Date: Mon, 17 Aug 2015 02:29:35 -0400 Subject: [PATCH 1/4] Add stereoscopic options to SF8.ini Stereoscopy values have been tested and a convergence value of 26 is ideal for placing the characters on the convergence plane. No perceived issues with disabling monoscopic shadows. --- Data/Sys/GameSettings/SF8.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Data/Sys/GameSettings/SF8.ini b/Data/Sys/GameSettings/SF8.ini index 3757b78967..9539b46a3f 100644 --- a/Data/Sys/GameSettings/SF8.ini +++ b/Data/Sys/GameSettings/SF8.ini @@ -20,3 +20,6 @@ EmulationIssues = Sound crackling can be fixed by lle audio. [Video_Settings] SafeTextureCacheColorSamples = 512 +[Video_Stereoscopy] +StereoEFBMonoDepth = False +StereoConvergenceMinimum = 26 From f3baba6c88fceb037480b61230aef24c1c78a265 Mon Sep 17 00:00:00 2001 From: SMarioMan Date: Mon, 17 Aug 2015 03:34:04 -0400 Subject: [PATCH 2/4] Add stereoscopic options to RSB.ini A convergence value of 136 places player damage gauges and overhead labels perfectly in the convergence plane. --- Data/Sys/GameSettings/RSB.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Data/Sys/GameSettings/RSB.ini b/Data/Sys/GameSettings/RSB.ini index be0a7d8d02..9d44af32f7 100644 --- a/Data/Sys/GameSettings/RSB.ini +++ b/Data/Sys/GameSettings/RSB.ini @@ -16,3 +16,7 @@ EmulationIssues = Classic mode score report needs real xfb. Nes masterpieces and [ActionReplay] # Add action replay cheats here. + +[Video_Stereoscopy] +StereoEFBMonoDepth = False +StereoConvergenceMinimum = 136 From b0def7a740e8b873e541da1e59bc660d9121fa59 Mon Sep 17 00:00:00 2001 From: SMarioMan Date: Mon, 17 Aug 2015 09:42:14 -0400 Subject: [PATCH 3/4] Update RSB.ini --- Data/Sys/GameSettings/RSB.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/Data/Sys/GameSettings/RSB.ini b/Data/Sys/GameSettings/RSB.ini index 9d44af32f7..aa966b28ce 100644 --- a/Data/Sys/GameSettings/RSB.ini +++ b/Data/Sys/GameSettings/RSB.ini @@ -18,5 +18,4 @@ EmulationIssues = Classic mode score report needs real xfb. Nes masterpieces and # Add action replay cheats here. [Video_Stereoscopy] -StereoEFBMonoDepth = False StereoConvergenceMinimum = 136 From bd78937d3c057b110dd82011fda80eb8d4a12a9f Mon Sep 17 00:00:00 2001 From: SMarioMan Date: Mon, 17 Aug 2015 09:42:25 -0400 Subject: [PATCH 4/4] Update SF8.ini --- Data/Sys/GameSettings/SF8.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/Data/Sys/GameSettings/SF8.ini b/Data/Sys/GameSettings/SF8.ini index 9539b46a3f..b924e1d2e1 100644 --- a/Data/Sys/GameSettings/SF8.ini +++ b/Data/Sys/GameSettings/SF8.ini @@ -21,5 +21,4 @@ EmulationIssues = Sound crackling can be fixed by lle audio. SafeTextureCacheColorSamples = 512 [Video_Stereoscopy] -StereoEFBMonoDepth = False StereoConvergenceMinimum = 26