forked from dolphin-emu/dolphin
VideoConfigDiag: Enable stereoscopy options.
This commit is contained in:
@@ -449,7 +449,7 @@ VideoConfigDiag::VideoConfigDiag(wxWindow* parent, const std::string &title, con
|
||||
|
||||
// - stereoscopy
|
||||
|
||||
if (vconfig.backend_info.bSupportsGeometryShaders && vconfig.iStereoMode > 0)
|
||||
if (vconfig.backend_info.bSupportsGeometryShaders)
|
||||
{
|
||||
wxFlexGridSizer* const szr_stereo = new wxFlexGridSizer(2, 5, 5);
|
||||
|
||||
|
Reference in New Issue
Block a user