Merge pull request #154 from olekolek1000/wayvr_dashboard_ipc

WayVR: Do not hard-error in case if the user bought NVIDIA
This commit is contained in:
Aleksander 2025-02-11 22:43:38 +01:00 committed by GitHub
commit bf3f3dafbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -185,12 +185,10 @@ impl WayVR {
}
Ok(None) => {
log::warn!("dmabuf: Failed to query render node");
debug_assert!(false);
None
}
Err(err) => {
log::warn!("dmabuf: Failed to get egl device for display: {}", err);
debug_assert!(false);
None
}
};