mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +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$)", {{
|
{ R"(\\Borderlands3\.exe$)", {{
|
||||||
{ "d3d11.invariantPosition", "True" },
|
{ "d3d11.invariantPosition", "True" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Terminator: Resistance */
|
||||||
|
{ R"(\\Terminator-Win64-Shipping\.exe$)", {{
|
||||||
|
{ "d3d11.invariantPosition", "True" },
|
||||||
|
}} },
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
/* D3D9 GAMES */
|
/* D3D9 GAMES */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user