obs-ffmpeg: Add more blacklisted NVENC adapters

This commit is contained in:
jp9000 2019-02-25 05:49:11 -08:00
parent 98f78fe3a7
commit a87afeb69b

View File

@ -142,6 +142,10 @@ static const char *nvenc_check_name = "nvenc_check";
#ifdef _WIN32
static const wchar_t *blacklisted_adapters[] = {
L"720M",
L"730M",
L"740M",
L"745M",
L"820M",
L"830M",
L"840M",
@ -150,6 +154,10 @@ static const wchar_t *blacklisted_adapters[] = {
L"930M",
L"940M",
L"945M",
L"720A",
L"730A",
L"740A",
L"745A",
L"820A",
L"830A",
L"840A",