File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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" );
You can’t perform that action at this time.
0 commit comments