Add workaround for headset with canted views

See https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2312
This commit is contained in:
Shironeko
2025-08-31 11:13:28 -04:00
parent 9964940020
commit d9b871a02f
3 changed files with 6 additions and 1 deletions
@@ -73,6 +73,7 @@ export abstract class AbstractLauncherService {
"STEAM_COMPAT_CLIENT_INSTALL_PATH",
"STEAM_COMPAT_APP_ID",
"SteamEnv",
"OXR_PARALLEL_VIEWS",
"PROTON_LOG",
"PROTON_LOG_DIR",
],
+2
View File
@@ -105,6 +105,8 @@ export class LinuxService {
"STEAM_COMPAT_APP_ID": BS_APP_ID,
// Run game in steam environment; fixes #585 for unicode song titles
"SteamEnv": "1",
// Fix reflections in Monado
"OXR_PARALLEL_VIEWS": "1",
};
if (launchOptions.launchMods?.includes(LaunchMods.PROTON_LOGS)) {