mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-15 23:08:46 +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 {
|
impl Profile {
|
||||||
pub fn get_steam_launch_options(&self) -> String {
|
pub fn get_steam_launch_options(&self) -> String {
|
||||||
vec![
|
vec![
|
||||||
format!(
|
// format!(
|
||||||
"VR_OVERRIDE={opencomp}/build",
|
// "VR_OVERRIDE={opencomp}/build",
|
||||||
opencomp = self.opencomposite_path,
|
// opencomp = self.opencomposite_path,
|
||||||
),
|
// ),
|
||||||
format!(
|
format!(
|
||||||
"XR_RUNTIME_JSON={prefix}/share/openxr/1/openxr_{runtime}.json",
|
"XR_RUNTIME_JSON={prefix}/share/openxr/1/openxr_{runtime}.json",
|
||||||
prefix = match self.prefix.as_str() {
|
prefix = match self.prefix.as_str() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue