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:
parent
5124fd87d5
commit
57718dcf84
@ -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" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user