From 713f9e49d1aafafe8b35b392d75ba1ba7fbc9e38 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Tue, 8 Oct 2024 00:01:25 -0400 Subject: [PATCH] Cut down on console debug messages --- lib/sc-launch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/sc-launch.sh b/lib/sc-launch.sh index 7612570..633f2e8 100755 --- a/lib/sc-launch.sh +++ b/lib/sc-launch.sh @@ -20,6 +20,7 @@ ##################################################### export WINEPREFIX="$HOME/Games/star-citizen" export WINEDLLOVERRIDES=winemenubuilder.exe=d # Prevent updates from overwriting our .desktop entries +export WINEDEBUG=-all # Cut down on console debug messages #export EOS_USE_ANTICHEATCLIENTNULL=1 export __GL_SHADER_DISK_CACHE=1 export __GL_SHADER_DISK_CACHE_SIZE=1073741824