Commit 463c4a53 authored by Roman Sedaikin's avatar Roman Sedaikin

Added Intel(R) HD Graphics 4400 to blacklist for DIRECT3D rendering.

parent 3927409e
...@@ -37,6 +37,7 @@ const std::vector<std::wstring> adapterBlacklist{ ...@@ -37,6 +37,7 @@ const std::vector<std::wstring> adapterBlacklist{
L"Microsoft Basic Render Driver", L"Microsoft Basic Render Driver",
L"Intel(R) HD Graphics 520", L"Intel(R) HD Graphics 520",
L"Intel(R) HD Graphics 530", L"Intel(R) HD Graphics 530",
L"Intel(R) HD Graphics 4400",
L"NVIDIA GeForce GTX 750 Ti", L"NVIDIA GeForce GTX 750 Ti",
L"NVIDIA GeForce GTX 960M", L"NVIDIA GeForce GTX 960M",
L"NVIDIA Quadro M2000M"}; L"NVIDIA Quadro M2000M"};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment