[util] Enable useMonitorFallback for Holocure

Temporary performance drop workaround until QueryDisplayConfig optimization is in Proton Wine.
This commit is contained in:
Blisto91 2023-10-10 16:15:09 +02:00 committed by Philip Rebohle
parent 552d2f0a6d
commit e00db24557
1 changed files with 5 additions and 0 deletions

View File

@ -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 */