Skip to content

Commit 7f4e2ce

Browse files
committed
Remove workaround for 7th Guest VR.
1 parent 4d5d80f commit 7f4e2ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

virtualdesktop-openxr/instance.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,7 @@ namespace virtualdesktop_openxr {
364364

365365
// The OculusXR Plugin only loads successfully when the returned OpenXR runtime name is "Oculus". We fake that
366366
// if the caller is the OculusXR Plugin, but we return the real runtime name otherwise.
367-
// Some games (like 7th Guest VR) do not play well when forcing the runtime name, so we exclude them.
368-
const bool needOculusXrPluginWorkaround = m_isOculusXrPlugin && m_exeName != "The7thGuestVR-Win64-Shipping.exe";
367+
const bool needOculusXrPluginWorkaround = m_isOculusXrPlugin;
369368
if (!needOculusXrPluginWorkaround) {
370369
#ifndef STANDALONE_RUNTIME
371370
sprintf_s(instanceProperties->runtimeName, sizeof(instanceProperties->runtimeName), "VirtualDesktopXR");

0 commit comments

Comments
 (0)