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