From ae83d02e548409c139e9bb748da565c219d5ecd2 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Wed, 2 Oct 2019 11:07:17 +1000 Subject: Drop 3D Vision Support --- Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp') diff --git a/Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp b/Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp index f84885798f..2496ac5c09 100644 --- a/Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp +++ b/Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp @@ -235,8 +235,7 @@ void AdvancedWidget::AddDescriptions() "Implements fullscreen mode with a borderless window spanning the whole screen instead of " "using exclusive mode. Allows for faster transitions between fullscreen and windowed mode, " "but slightly increases input latency, makes movement less smooth and slightly decreases " - "performance.\n\nExclusive mode is required for Nvidia 3D Vision to work in the Direct3D " - "backend.\n\nIf unsure, leave this unchecked."); + "performance.\n\nIf unsure, leave this unchecked."); #endif AddDescription(m_enable_wireframe, TR_WIREFRAME_DESCRIPTION); -- cgit v1.2.3