1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-18 04:54:15 +01:00

[util] Spoof AMD GPU for SAO FB

Improves performance by not trying to load nvapi.
This commit is contained in:
Błażej Szczygieł 2018-09-21 22:19:51 +02:00 committed by Philip Rebohle
parent 5124fd87d5
commit 57718dcf84

View File

@ -81,6 +81,11 @@ namespace dxvk {
{ "dxgi.customVendorId", "1002" },
{ "dxgi.customDeviceId", "e366" },
}} },
/* Sword Art Online Fatal Bullet */
{ "SAOFB-Win64-Shipping.exe", {{
{ "dxgi.customVendorId", "1002" },
{ "dxgi.customDeviceId", "e366" },
}} },
}};