OGL: Only show the options when stereoscopy was enabled in the INI file.
We'll enable the stereoscopy options globally when it is ready for release.
This commit is contained in:
parent
145e0cc84c
commit
b3c6602d06
|
@ -449,7 +449,7 @@ VideoConfigDiag::VideoConfigDiag(wxWindow* parent, const std::string &title, con
|
||||||
|
|
||||||
// - stereoscopy
|
// - stereoscopy
|
||||||
|
|
||||||
if (vconfig.backend_info.bSupportsStereoscopy)
|
if (vconfig.backend_info.bSupportsStereoscopy && vconfig.iStereoMode > 0)
|
||||||
{
|
{
|
||||||
wxFlexGridSizer* const szr_stereo = new wxFlexGridSizer(2, 5, 5);
|
wxFlexGridSizer* const szr_stereo = new wxFlexGridSizer(2, 5, 5);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue