mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
VideoConfig: Limit the Stereo 3D option to the OpenGL backend.
This commit is contained in:
@@ -138,6 +138,7 @@ static void InitBackendInfo()
|
||||
//g_Config.backend_info.bSupportsDualSourceBlend = true; // is gpu dependent and must be set in renderer
|
||||
//g_Config.backend_info.bSupportsEarlyZ = true; // is gpu dependent and must be set in renderer
|
||||
g_Config.backend_info.bSupportsOversizedViewports = true;
|
||||
g_Config.backend_info.bSupportsStereoscopy = true;
|
||||
|
||||
g_Config.backend_info.Adapters.clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user