1
0
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:
Philip Rebohle 2020-02-09 09:05:32 +01:00
parent 310ab6da64
commit 07fee4a0e5
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -185,6 +185,10 @@ namespace dxvk {
{ R"(\\F1_2019\.exe$)", {{
{ "d3d11.forceTgsmBarriers", "True" },
}} },
/* Subnautica */
{ R"(\\Subnautica\.exe$)", {{
{ "dxvk.enableOpenVR", "False" },
}} },
/**********************************************/
/* D3D9 GAMES */