mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 15:59:23 +01:00
Qt/EnhancementsWidget: Fix missing / duplicate anaglyph options
This commit is contained in:
parent
30aa291e83
commit
d3eff93140
@ -217,7 +217,7 @@ void EnhancementsWidget::LoadSettings()
|
|||||||
bool has_3dvision = m_3d_mode->count() == 6;
|
bool has_3dvision = m_3d_mode->count() == 6;
|
||||||
|
|
||||||
if (has_3dvision && !supports_3dvision)
|
if (has_3dvision && !supports_3dvision)
|
||||||
m_3d_mode->removeItem(4);
|
m_3d_mode->removeItem(5);
|
||||||
|
|
||||||
if (!has_3dvision && supports_3dvision)
|
if (!has_3dvision && supports_3dvision)
|
||||||
m_3d_mode->addItem(tr("NVIDIA 3D Vision"));
|
m_3d_mode->addItem(tr("NVIDIA 3D Vision"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user