mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 15:49:50 -06:00
VideoConfigDiag: Enable stereoscopy options.
This commit is contained in:
@ -449,7 +449,7 @@ VideoConfigDiag::VideoConfigDiag(wxWindow* parent, const std::string &title, con
|
|||||||
|
|
||||||
// - stereoscopy
|
// - stereoscopy
|
||||||
|
|
||||||
if (vconfig.backend_info.bSupportsGeometryShaders && vconfig.iStereoMode > 0)
|
if (vconfig.backend_info.bSupportsGeometryShaders)
|
||||||
{
|
{
|
||||||
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