mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
VideoConfig: Limit the Stereo 3D option to the OpenGL backend.
This commit is contained in:
parent
284be96cd5
commit
4fd943aedd
5 changed files with 7 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue