diff --git a/src/main.cpp b/src/main.cpp index 3a3b424a7..2734f137e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -92,6 +92,7 @@ const struct option *gamescope_options = (struct option[]){ // openvr options #if HAVE_OPENVR { "vr-overlay-key", required_argument, nullptr, 0 }, + { "vr-app-overlay-key", required_argument, nullptr, 0 }, { "vr-overlay-explicit-name", required_argument, nullptr, 0 }, { "vr-overlay-default-name", required_argument, nullptr, 0 }, { "vr-overlay-icon", required_argument, nullptr, 0 }, @@ -222,6 +223,7 @@ const char usage[] = #if HAVE_OPENVR "VR mode options:\n" " --vr-overlay-key Sets the SteamVR overlay key to this string\n" + " --vr-app-overlay-key Sets the SteamVR overlay key to use for child apps\n" " --vr-overlay-explicit-name Force the SteamVR overlay name to always be this string\n" " --vr-overlay-default-name Sets the fallback SteamVR overlay name when there is no window title\n" " --vr-overlay-icon Sets the SteamVR overlay icon to this file\n"