From 1b593679c8171107dc779592e90530042e99fc3e Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 21 Aug 2024 11:18:39 +0200 Subject: [PATCH] obs: disable-shutdown-check --- windows/start_obs_as_shadowplay.bat | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/windows/start_obs_as_shadowplay.bat b/windows/start_obs_as_shadowplay.bat index 367a55e..b0ec694 100644 --- a/windows/start_obs_as_shadowplay.bat +++ b/windows/start_obs_as_shadowplay.bat @@ -13,7 +13,8 @@ CD "%ProgramFiles%\obs-studio\bin\64bit" :: Run OBS START "OBS Shadowplay batch wrapper" ^ - obs64.exe --portable --minimize-to-tray --disable-missing-files-check ^ - --profile "ReplayBuffer" --scene "ReplayBuffer" --startreplaybuffer + obs64.exe --profile "ReplayBuffer" --scene "ReplayBuffer" ^ + --portable --minimize-to-tray --disable-missing-files-check ^ + --disable-shutdown-check --startreplaybuffer EXIT /B