Skip to content

Commit

Permalink
Added [Microsoft Basic Render Driver] to blacklist of videocards.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rsedaikin committed Apr 7, 2021
1 parent 95f0eca commit ca60032
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skiko/src/jvmMain/cpp/windows/directXRedrawer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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<std::wstring> adapterBlacklist {
L"Microsoft Basic Render Driver",
L"Intel(R) HD Graphics 520",
L"Intel(R) HD Graphics 530",
L"NVIDIA GeForce GTX 750 Ti",
Expand Down

0 comments on commit ca60032

Please sign in to comment.