dolphin/Source/Core/VideoBackends
Stenzek 9316e25652 D3DCommon: Fallback to base CreateSwapChain on failure
It appears that some older drivers do not support
CreateSwapChainForHwnd, resulting in DXGI_ERROR_INVALID_CALL. For these
cases, fall back to the base CreateSwapChain() from DXGI 1.0.

In theory this should also let us run on Win7 without the platform
update, but in reality we require the newer shader compiler so this
probably won't work regardless. Also any hardware of this vintage is
unlikely to run Dolphin well.
2019-06-08 20:11:49 +10:00
..
D3D D3DCommon: Fallback to base CreateSwapChain on failure 2019-06-08 20:11:49 +10:00
D3D12 D3DCommon: Fallback to base CreateSwapChain on failure 2019-06-08 20:11:49 +10:00
D3DCommon D3DCommon: Fallback to base CreateSwapChain on failure 2019-06-08 20:11:49 +10:00
Null VideoNull/CMakeLists: Specify headers in target sources 2019-05-31 06:54:26 -04:00
OGL Common/CommonFuncs: Remove now-unneccessary ArraySize function 2019-06-01 10:07:57 -04:00
Software VideoSoftware/CMakeLists: Specify headers in target sources 2019-05-31 06:54:26 -04:00
Vulkan Common/CommonFuncs: Remove now-unneccessary ArraySize function 2019-06-01 10:07:57 -04:00
CMakeLists.txt Implement D3D12 backend 2019-04-01 11:24:55 +10:00