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:
Jules Blok 2014-11-27 15:21:06 +01:00
parent 145e0cc84c
commit b3c6602d06

View file

@ -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);