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" },