Use system-wide Wine, DXVK & D9VK for Steam Play/Proton (Windows) games directly from Linux Steam client
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
386 B

5 years ago
  1. --- a/steam 2013-02-15 14:43:40.000000000 -0500
  2. +++ b/steam 2013-02-17 23:26:31.951179106 -0500
  3. @@ -17,6 +17,11 @@
  4. # Set up domain for script localization
  5. export TEXTDOMAIN=steam
  6. +# check if pulseaudio is installed and if it isn't, use alsa for SDL_AUDIODRIVER
  7. +if ! pulseaudio --check &>/dev/null; then
  8. + export SDL_AUDIODRIVER=alsa
  9. +fi
  10. +
  11. function show_message()
  12. {
  13. style=$1