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

[util] Enable d3d11.invariantPosition for Terminator: Resistance

Seems to resolve https://gitlab.freedesktop.org/mesa/mesa/-/issues/2608
This commit is contained in:
Rhys Perry 2020-06-12 14:16:41 +01:00 committed by Philip Rebohle
parent 0a486bd975
commit cd0a21dda5

View File

@ -209,6 +209,10 @@ namespace dxvk {
{ R"(\\Borderlands3\.exe$)", {{
{ "d3d11.invariantPosition", "True" },
}} },
/* Terminator: Resistance */
{ R"(\\Terminator-Win64-Shipping\.exe$)", {{
{ "d3d11.invariantPosition", "True" },
}} },
/**********************************************/
/* D3D9 GAMES */