Skip to content

Commit

Permalink
OpenVRBackend: Add vr-app-overlay-key
Browse files Browse the repository at this point in the history
  • Loading branch information
misyltoad committed Aug 23, 2024
1 parent f03168c commit 254a087
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 254a087

Please sign in to comment.