mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 10:54:16 +01:00
[util] Spoof AMD GPU for SAO FB
Improves performance by not trying to load nvapi.
This commit is contained in:
parent
5124fd87d5
commit
57718dcf84
@ -81,6 +81,11 @@ namespace dxvk {
|
|||||||
{ "dxgi.customVendorId", "1002" },
|
{ "dxgi.customVendorId", "1002" },
|
||||||
{ "dxgi.customDeviceId", "e366" },
|
{ "dxgi.customDeviceId", "e366" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Sword Art Online Fatal Bullet */
|
||||||
|
{ "SAOFB-Win64-Shipping.exe", {{
|
||||||
|
{ "dxgi.customVendorId", "1002" },
|
||||||
|
{ "dxgi.customDeviceId", "e366" },
|
||||||
|
}} },
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user