Commit ca60032b authored by Roman Sedaikin's avatar Roman Sedaikin

Added [Microsoft Basic Render Driver] to blacklist of videocards.

parent 95f0eca3
...@@ -33,6 +33,7 @@ const int BuffersCount = 2; ...@@ -33,6 +33,7 @@ const int BuffersCount = 2;
// If PC has other graphics cards suitable for DirectX12, one of them will be used. Otherwise, // If PC has other graphics cards suitable for DirectX12, one of them will be used. Otherwise,
// rendering will falls back to OpenGL. // rendering will falls back to OpenGL.
const std::vector<std::wstring> adapterBlacklist { const std::vector<std::wstring> adapterBlacklist {
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"NVIDIA GeForce GTX 750 Ti", L"NVIDIA GeForce GTX 750 Ti",
......
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