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:
parent
a5fc08d176
commit
8c58bef9cf
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user