From fa6a9d7abec2ed4d4740b36f67ce4e8f520e4435 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Mon, 25 Aug 2025 22:51:10 -0400 Subject: [PATCH] Remove gamescope comment --- lib/sc-launch.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/sc-launch.sh b/lib/sc-launch.sh index 7937d69..dacfcd7 100755 --- a/lib/sc-launch.sh +++ b/lib/sc-launch.sh @@ -87,7 +87,4 @@ update_check() { ################################################################################ # Launch the game ################################################################################ -# To enable gamescope, replace the launch line below. For example: -# gamescope --hdr-enabled -W 2560 -H 1440 --force-grab-cursor "$wine_path"/wine "C:\Program Files\Roberts Space Industries\RSI Launcher\RSI Launcher.exe" > "$launch_log" 2>&1 - "$wine_path"/wine "C:\Program Files\Roberts Space Industries\RSI Launcher\RSI Launcher.exe" > "$launch_log" 2>&1