1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 10:54:16 +01:00

[util] Spoof AMD for Skyrim (nvapi)

This commit is contained in:
Joshua Ashton 2020-01-22 16:20:42 +00:00
parent a57dc75247
commit 7de15fe837

View File

@ -295,6 +295,10 @@ namespace dxvk {
{ R"(\\mslugx\.exe$)", {{
{ "d3d9.supportD32", "False" },
}} },
/* Skyrim (NVAPI) */
{ R"(\\TESV\.exe$)", {{
{ "d3d9.customVendorId", "1002" },
}} },
}};