mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-12 11:08:50 +00:00
chore: remove VR_OVERRIDE env var from steam launch options
This commit is contained in:
parent
4980876622
commit
25619c248b
1 changed files with 4 additions and 4 deletions
|
@ -175,10 +175,10 @@ impl Default for Profile {
|
|||
impl Profile {
|
||||
pub fn get_steam_launch_options(&self) -> String {
|
||||
vec![
|
||||
format!(
|
||||
"VR_OVERRIDE={opencomp}/build",
|
||||
opencomp = self.opencomposite_path,
|
||||
),
|
||||
// format!(
|
||||
// "VR_OVERRIDE={opencomp}/build",
|
||||
// opencomp = self.opencomposite_path,
|
||||
// ),
|
||||
format!(
|
||||
"XR_RUNTIME_JSON={prefix}/share/openxr/1/openxr_{runtime}.json",
|
||||
prefix = match self.prefix.as_str() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue