1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-02 19:24:12 +01:00

[util] Hide Intel for Kena: Bridge of Spirits to skip faulty water rendering path.

This commit is contained in:
MickAlmighty 2024-08-15 12:17:11 +02:00 committed by Philip Rebohle
parent a5fc08d176
commit 8c58bef9cf

View File

@ -483,6 +483,11 @@ namespace dxvk {
{ R"(\\EDF6\.exe$)", {{ { R"(\\EDF6\.exe$)", {{
{ "d3d11.enableContextLock", "True" }, { "d3d11.enableContextLock", "True" },
}} }, }} },
/* Kena: Bridge of Spirits: intel water *
flickering issues */
{ R"(\\Kena-Win64-Shipping\.exe$)", {{
{ "dxgi.hideIntelGpu", "True" },
}} },
/**********************************************/ /**********************************************/
/* D3D9 GAMES */ /* D3D9 GAMES */