mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-14 22:29:15 +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:
parent
51bd84368c
commit
0a486bd975
@ -205,6 +205,10 @@ namespace dxvk {
|
|||||||
{ R"(\\Stars End\.exe$)", {{
|
{ R"(\\Stars End\.exe$)", {{
|
||||||
{ "d3d11.enableRtOutputNanFixup", "True" },
|
{ "d3d11.enableRtOutputNanFixup", "True" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Borderlands 3 */
|
||||||
|
{ R"(\\Borderlands3\.exe$)", {{
|
||||||
|
{ "d3d11.invariantPosition", "True" },
|
||||||
|
}} },
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
/* D3D9 GAMES */
|
/* D3D9 GAMES */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user