chore: remove VR_OVERRIDE env var from steam launch options

This commit is contained in:
Gabriele Musco 2023-08-02 10:08:13 +02:00
commit 25619c248b
No known key found for this signature in database
GPG key ID: 1068D795C80E51DE

View file

@ -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() {