Skip to content

Commit f9e494d

Browse files
eksurimbucchia
authored andcommitted
recognize skyrim/fallout use double wide rendering
1 parent abbdedb commit f9e494d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

XR_APILAYER_MBUCCHIA_toolkit/layer.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,9 @@ namespace {
275275
// not being advertised. However for certain apps using double-wide rendering, we can still enable the
276276
// feature, based on the list of apps below.
277277
m_overrideFoveatedRenderingCapability =
278-
m_isOpenComposite && m_applicationName == "OpenComposite_AC2-Win64-Shipping";
278+
(m_applicationName == "OpenComposite_AC2-Win64-Shipping" ||
279+
m_applicationName == "OpenComposite_SkyrimVR" ||
280+
m_applicationName == "OpenComposite_Fallout4VR");
279281

280282
// Dump the OpenXR runtime information to help debugging customer issues.
281283
XrInstanceProperties instanceProperties = {XR_TYPE_INSTANCE_PROPERTIES, nullptr};

0 commit comments

Comments
 (0)