From 80208033408a94f29efdc5580e13dbb46f417c99 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Thu, 6 Feb 2020 20:48:21 +0100 Subject: [PATCH] [util] Disable OpenVR for Raft --- src/util/config/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 9144b0ef..1a670626 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -148,6 +148,10 @@ namespace dxvk { { R"(\\mgsvtpp\.exe$)", {{ { "dxvk.enableOpenVR", "False" }, }} }, + /* Raft */ + { R"(\\Raft\.exe$)", {{ + { "dxvk.enableOpenVR", "False" }, + }} }, /* Crysis 3 - slow if it notices AMD card */ { R"(\\Crysis3\.exe$)", {{ { "dxgi.customVendorId", "10de" },