Skip to content

Commit fbca62d

Browse files
doitsujinaeikum
authored andcommitted
[util] Disable VR for Subnautica
(cherry picked from commit 07fee4a)
1 parent 454799a commit fbca62d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/util/config/config.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@ namespace dxvk {
178178
{ R"(\\Entropia\.exe$)", {{
179179
{ "d3d11.invariantPosition", "True" },
180180
}} },
181+
/* Subnautica */
182+
{ R"(\\Subnautica\.exe$)", {{
183+
{ "dxvk.enableOpenVR", "False" },
184+
}} },
181185

182186
/**********************************************/
183187
/* D3D9 GAMES */

0 commit comments

Comments
 (0)