mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-11 22:01:56 -04:00
VideoConfig: Limit the Stereo 3D option to the OpenGL backend.
This commit is contained in:
@@ -78,6 +78,7 @@ void InitBackendInfo()
|
||||
g_Config.backend_info.bSupportsPrimitiveRestart = true;
|
||||
g_Config.backend_info.bSupportsOversizedViewports = false;
|
||||
g_Config.backend_info.bSupportsBBox = false; // TODO: not implemented
|
||||
g_Config.backend_info.bSupportsStereoscopy = false; // TODO: not implemented
|
||||
|
||||
IDXGIFactory* factory;
|
||||
IDXGIAdapter* ad;
|
||||
|
||||
Reference in New Issue
Block a user