Skip to content

Commit

Permalink
feat: ✨ Use generic loader for Pico >= 4 (#2471)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmerp authored Oct 23, 2024
1 parent a070a66 commit 41c7059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alvr/client_openxr/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ pub fn entry_point() {

let loader_suffix = match platform {
Platform::Quest1 => "_quest1",
p if p.is_pico() => "_pico",
Platform::PicoNeo3 => "_pn3",
Platform::Yvr => "_yvr",
Platform::Lynx => "_lynx",
_ => "",
Expand Down
2 changes: 1 addition & 1 deletion alvr/xtask/src/dependencies.rs
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ fn get_android_openxr_loaders(only_khronos_loader: bool) {
);

get_openxr_loader(
"_pico",
"_pn3",
"https://sdk.picovr.com/developer-platform/sdk/PICO_OpenXR_SDK_220.zip",
"libs/android.arm64-v8a",
);
Expand Down

0 comments on commit 41c7059

Please sign in to comment.