mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
D3D: Add 3D vision support.
This commit is contained in:
parent
e53705784b
commit
a689db0e48
7 changed files with 64 additions and 5 deletions
|
@ -80,6 +80,7 @@ void InitBackendInfo()
|
|||
g_Config.backend_info.bSupportsPrimitiveRestart = true;
|
||||
g_Config.backend_info.bSupportsOversizedViewports = false;
|
||||
g_Config.backend_info.bSupportsStereoscopy = true;
|
||||
g_Config.backend_info.bSupports3DVision = true;
|
||||
g_Config.backend_info.bSupportsGSInstancing = false;
|
||||
|
||||
IDXGIFactory* factory;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue