Skip to content

Commit

Permalink
Add support for finding Varjo's OpenXR runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Ybalrid committed May 8, 2021
1 parent 205d5c6 commit eae1fd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ class RuntimeManager
"%ProgramFiles(x86)%\\Steam\\steamapps\\common\\SteamVR\\steamxr_win64.json",
"%ProgramFiles%\\Oculus\\Support\\oculus-runtime\\oculus_openxr_32.json",
"%ProgramFiles%\\Oculus\\Support\\oculus-runtime\\oculus_openxr_64.json",
"%windir%\\system32\\MixedRealityRuntime.json"
"%windir%\\system32\\MixedRealityRuntime.json",
"%ProgramFiles%\\Varjo\\varjo-openxr\\VarjoOpenXR.json"
};

private readonly Dictionary<string, Runtime> _availableRuntimes = new Dictionary<string, Runtime>();
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This program relies on a list of "well known" manifest file paths and currently
- Oculus OpenXR
- Oculus OpenXR (32bits)(*)
- MixedRearlityRuntime
- VarjoOpenXR

(* The `(32bits)` is added only for display purposes, as this runtime bear the same name as the 64bit version)

Expand Down

0 comments on commit eae1fd6

Please sign in to comment.