mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-10-23 02:05:46 +00:00
unset sdl_videodriver by default
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user