mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-11 10:24:10 +01:00
[util] Disable VR for Subnautica
This commit is contained in:
parent
310ab6da64
commit
07fee4a0e5
@ -185,6 +185,10 @@ namespace dxvk {
|
|||||||
{ R"(\\F1_2019\.exe$)", {{
|
{ R"(\\F1_2019\.exe$)", {{
|
||||||
{ "d3d11.forceTgsmBarriers", "True" },
|
{ "d3d11.forceTgsmBarriers", "True" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Subnautica */
|
||||||
|
{ R"(\\Subnautica\.exe$)", {{
|
||||||
|
{ "dxvk.enableOpenVR", "False" },
|
||||||
|
}} },
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
/* D3D9 GAMES */
|
/* D3D9 GAMES */
|
||||||
|
Loading…
Reference in New Issue
Block a user