1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-13 19:29:14 +01:00

[util] Enable d3d11.invariantPosition for Borderlands 3

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

View File

@ -205,6 +205,10 @@ namespace dxvk {
{ R"(\\Stars End\.exe$)", {{
{ "d3d11.enableRtOutputNanFixup", "True" },
}} },
/* Borderlands 3 */
{ R"(\\Borderlands3\.exe$)", {{
{ "d3d11.invariantPosition", "True" },
}} },
/**********************************************/
/* D3D9 GAMES */