From 3a6c1aaf78f14834a6673e613b64be43ad87dbdb Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Fri, 17 Oct 2025 14:33:56 -0400 Subject: [PATCH] unset sdl_videodriver by default --- lib/sc-launch.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/sc-launch.sh b/lib/sc-launch.sh index 0749be2..4cfed9a 100755 --- a/lib/sc-launch.sh +++ b/lib/sc-launch.sh @@ -6,7 +6,7 @@ # Usage: # Run from your terminal or use the .desktop files installed by the Helper. # -# version: 2.3 +# version: 2.4 # License: GPLv3.0 ############################################################################ @@ -19,6 +19,8 @@ export WINEPREFIX="$HOME/Games/star-citizen" launch_log="$WINEPREFIX/sc-launch.log" +unset SDL_VIDEODRIVER + export WINEDLLOVERRIDES=winemenubuilder.exe=d # Prevent updates from overwriting our .desktop entries export WINEDEBUG=-all # Cut down on console debug messages # Nvidia cache options