mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Qt/EnhancementsWidget: Fix missing / duplicate anaglyph options
This commit is contained in:
parent
30aa291e83
commit
d3eff93140
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ void EnhancementsWidget::LoadSettings()
|
|||
bool has_3dvision = m_3d_mode->count() == 6;
|
||||
|
||||
if (has_3dvision && !supports_3dvision)
|
||||
m_3d_mode->removeItem(4);
|
||||
m_3d_mode->removeItem(5);
|
||||
|
||||
if (!has_3dvision && supports_3dvision)
|
||||
m_3d_mode->addItem(tr("NVIDIA 3D Vision"));
|
||||
|
|
Loading…
Add table
Reference in a new issue