diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index f4d5ea7a7e8..af888be9d96 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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 */