From ca60032b93025212b5d7f556a1182a581b365149 Mon Sep 17 00:00:00 2001 From: Roman Sedaikin Date: Wed, 7 Apr 2021 15:35:56 +0300 Subject: [PATCH] Added [Microsoft Basic Render Driver] to blacklist of videocards. --- skiko/src/jvmMain/cpp/windows/directXRedrawer.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/skiko/src/jvmMain/cpp/windows/directXRedrawer.cc b/skiko/src/jvmMain/cpp/windows/directXRedrawer.cc index 94d5a7f65..f1b8cf4ab 100644 --- a/skiko/src/jvmMain/cpp/windows/directXRedrawer.cc +++ b/skiko/src/jvmMain/cpp/windows/directXRedrawer.cc @@ -33,6 +33,7 @@ const int BuffersCount = 2; // If PC has other graphics cards suitable for DirectX12, one of them will be used. Otherwise, // rendering will falls back to OpenGL. const std::vector adapterBlacklist { + L"Microsoft Basic Render Driver", L"Intel(R) HD Graphics 520", L"Intel(R) HD Graphics 530", L"NVIDIA GeForce GTX 750 Ti",