mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-15 07:29:17 +01:00
[util] Enable useMonitorFallback for Holocure
Temporary performance drop workaround until QueryDisplayConfig optimization is in Proton Wine.
This commit is contained in:
parent
552d2f0a6d
commit
e00db24557
@ -417,6 +417,11 @@ namespace dxvk {
|
|||||||
{ R"(\\RidersRepublic(_BE)?\.exe$)", {{
|
{ R"(\\RidersRepublic(_BE)?\.exe$)", {{
|
||||||
{ "dxgi.hideAmdGpu", "True" },
|
{ "dxgi.hideAmdGpu", "True" },
|
||||||
}} },
|
}} },
|
||||||
|
/* HoloCure - Save the Fans!
|
||||||
|
Same as Cyberpunk 2077 */
|
||||||
|
{ R"(\\HoloCure\.exe$)", {{
|
||||||
|
{ "dxgi.useMonitorFallback", "True" },
|
||||||
|
}} },
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
/* D3D9 GAMES */
|
/* D3D9 GAMES */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user