mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-17 17:52:11 +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:
parent
41d0fcff95
commit
d48b33bf95
@ -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" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user