1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-18 02:52:10 +01:00

Fix poor performance in Homefront The Revolution

in certain places when displaying "wide open" and at long range it has a very poor performance of 35-45fps, but with this option it goes up to a stable 60fps on my GTX1060 6Gb
This commit is contained in:
Alejandro Bringas Martinez 2021-08-14 02:24:14 -07:00 committed by Philip Rebohle
parent 41d0fcff95
commit d48b33bf95

View File

@ -209,6 +209,10 @@ namespace dxvk {
{ R"(\\KingdomCome\.exe$)", {{
{ "d3d11.apitraceMode", "True" },
}} },
/* Homefront: The Revolution */
{ R"(\\Homefront2_Release\.exe$)", {{
{ "d3d11.apitraceMode", "True" },
}} },
/* Sniper Ghost Warrior Contracts */
{ R"(\\SGWContracts\.exe$)", {{
{ "d3d11.apitraceMode", "True" },