mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 15:19:42 -06:00
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:
@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user