mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-02 01:24:11 +01:00
[util] Spoof AMD card for Dragon Quest XI
This game for some reason seems to keep searching for NVAPI DLLs and runs at an extremely low framerate as a result. Fixes #622.
This commit is contained in:
parent
108a6645e6
commit
60796a8143
@ -15,6 +15,11 @@ namespace dxvk {
|
||||
{ "Dishonored2.exe", {{
|
||||
{ "d3d11.allowMapFlagNoWait", "True" }
|
||||
}} },
|
||||
/* Dragon Quest 2 - keeps searching for NVAPI */
|
||||
{ "DRAGON QUEST XI.exe", {{
|
||||
{ "dxgi.customVendorId", "1002" },
|
||||
{ "dxgi.customDeviceId", "E366" },
|
||||
}} },
|
||||
/* F1 2015 */
|
||||
{ "F1_2015.exe", {{
|
||||
{ "d3d11.fakeStreamOutSupport", "True" },
|
||||
|
Loading…
Reference in New Issue
Block a user