mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-01 16:24:12 +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$)", {{
|
||||
{ "d3d11.forceTgsmBarriers", "True" },
|
||||
}} },
|
||||
/* Subnautica */
|
||||
{ R"(\\Subnautica\.exe$)", {{
|
||||
{ "dxvk.enableOpenVR", "False" },
|
||||
}} },
|
||||
|
||||
/**********************************************/
|
||||
/* D3D9 GAMES */
|
||||
|
Loading…
Reference in New Issue
Block a user