1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-19 05:52:11 +01:00

[util] Use nvapiHack by default for Far Cry Primal (#1821)

Remove nvapiHack=False default override for Far Cry Primal as the game
is unplayable without an nvapi implementation and appears to now perform
fine with nvapiHack.

Co-authored-by: Shawn M. Chapla <schapla@codeweavers.com>
This commit is contained in:
Shawn M. Chapla 2020-11-18 04:12:40 -05:00 committed by GitHub
parent 6a10c81d4b
commit 7ef6132cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,10 +45,6 @@ namespace dxvk {
{ R"(\\FarCry4\.exe$)", {{ { R"(\\FarCry4\.exe$)", {{
{ "dxgi.nvapiHack", "False" }, { "dxgi.nvapiHack", "False" },
}} }, }} },
/* Far Cry Primal: Nvidia performance */
{ R"(\\FCPrimal\.exe$)", {{
{ "dxgi.nvapiHack", "False" },
} }},
/* Frostpunk: Renders one frame with D3D9 * /* Frostpunk: Renders one frame with D3D9 *
* after creating the DXGI swap chain */ * after creating the DXGI swap chain */
{ R"(\\Frostpunk\.exe$)", {{ { R"(\\Frostpunk\.exe$)", {{