unset sdl_videodriver by default

This commit is contained in:
the-sane
2025-10-17 14:33:56 -04:00
parent c640b3a453
commit 3a6c1aaf78

View File

@@ -6,7 +6,7 @@
# Usage: # Usage:
# Run from your terminal or use the .desktop files installed by the Helper. # Run from your terminal or use the .desktop files installed by the Helper.
# #
# version: 2.3 # version: 2.4
# License: GPLv3.0 # License: GPLv3.0
############################################################################ ############################################################################
@@ -19,6 +19,8 @@
export WINEPREFIX="$HOME/Games/star-citizen" export WINEPREFIX="$HOME/Games/star-citizen"
launch_log="$WINEPREFIX/sc-launch.log" launch_log="$WINEPREFIX/sc-launch.log"
unset SDL_VIDEODRIVER
export WINEDLLOVERRIDES=winemenubuilder.exe=d # Prevent updates from overwriting our .desktop entries export WINEDLLOVERRIDES=winemenubuilder.exe=d # Prevent updates from overwriting our .desktop entries
export WINEDEBUG=-all # Cut down on console debug messages export WINEDEBUG=-all # Cut down on console debug messages
# Nvidia cache options # Nvidia cache options