1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-11-29 19:24:10 +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:
Philip Rebohle 2018-09-07 07:50:08 +02:00
parent 108a6645e6
commit 60796a8143
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -15,6 +15,11 @@ namespace dxvk {
{ "Dishonored2.exe", {{ { "Dishonored2.exe", {{
{ "d3d11.allowMapFlagNoWait", "True" } { "d3d11.allowMapFlagNoWait", "True" }
}} }, }} },
/* Dragon Quest 2 - keeps searching for NVAPI */
{ "DRAGON QUEST XI.exe", {{
{ "dxgi.customVendorId", "1002" },
{ "dxgi.customDeviceId", "E366" },
}} },
/* F1 2015 */ /* F1 2015 */
{ "F1_2015.exe", {{ { "F1_2015.exe", {{
{ "d3d11.fakeStreamOutSupport", "True" }, { "d3d11.fakeStreamOutSupport", "True" },