Skip to content

Commit

Permalink
[util] Enable useMonitorFallback for Holocure
Browse files Browse the repository at this point in the history
Temporary performance drop workaround until QueryDisplayConfig optimization is in Proton Wine.
  • Loading branch information
Blisto91 authored and doitsujin committed Oct 10, 2023
1 parent 552d2f0 commit e00db24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,11 @@ namespace dxvk {
{ R"(\\RidersRepublic(_BE)?\.exe$)", {{
{ "dxgi.hideAmdGpu", "True" },
}} },
/* HoloCure - Save the Fans!
Same as Cyberpunk 2077 */
{ R"(\\HoloCure\.exe$)", {{
{ "dxgi.useMonitorFallback", "True" },
}} },

/**********************************************/
/* D3D9 GAMES */
Expand Down

0 comments on commit e00db24

Please sign in to comment.