diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 97760e11..bd7fe5b1 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -185,6 +185,10 @@ namespace dxvk { { R"(\\F1_2019\.exe$)", {{ { "d3d11.forceTgsmBarriers", "True" }, }} }, + /* Subnautica */ + { R"(\\Subnautica\.exe$)", {{ + { "dxvk.enableOpenVR", "False" }, + }} }, /**********************************************/ /* D3D9 GAMES */