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:
parent
0a486bd975
commit
cd0a21dda5
@ -209,6 +209,10 @@ namespace dxvk {
|
||||
{ R"(\\Borderlands3\.exe$)", {{
|
||||
{ "d3d11.invariantPosition", "True" },
|
||||
}} },
|
||||
/* Terminator: Resistance */
|
||||
{ R"(\\Terminator-Win64-Shipping\.exe$)", {{
|
||||
{ "d3d11.invariantPosition", "True" },
|
||||
}} },
|
||||
|
||||
/**********************************************/
|
||||
/* D3D9 GAMES */
|
||||
|
Loading…
Reference in New Issue
Block a user