diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 43eb23f6..3d0c26f7 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -295,6 +295,10 @@ namespace dxvk { { R"(\\mslugx\.exe$)", {{ { "d3d9.supportD32", "False" }, }} }, + /* Skyrim (NVAPI) */ + { R"(\\TESV\.exe$)", {{ + { "d3d9.customVendorId", "1002" }, + }} }, }};