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:
parent
6a10c81d4b
commit
7ef6132cf0
@ -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$)", {{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user