From d48b33bf951d2e7b0a42ae962ce6778473018099 Mon Sep 17 00:00:00 2001 From: Alejandro Bringas Martinez <49424816+iWeaker4you@users.noreply.github.com> Date: Sat, 14 Aug 2021 02:24:14 -0700 Subject: [PATCH] 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 --- src/util/config/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 7e331c339..ddf63e563 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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" },