forked from dolphin-emu/dolphin
D3D: Add 3D vision support.
This commit is contained in:
@@ -139,6 +139,7 @@ static void InitBackendInfo()
|
||||
//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.bSupports3DVision = false;
|
||||
|
||||
g_Config.backend_info.Adapters.clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user