Revert "Update variables to pipewire."

This reverts commit 8cafec1386.
This commit is contained in:
fewtarius 2023-08-10 09:12:19 +00:00
parent 0ea97e135d
commit 071a9e1937
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
7 changed files with 8 additions and 7 deletions

View file

@ -162,6 +162,6 @@ fi
export QT_QPA_PLATFORM=wayland
#Run Aethersx2 emulator
export SDL_AUDIODRIVER=pipewire
export SDL_AUDIODRIVER=pulseaudio
jslisten set "-9 aethersx2"
${EMUPERF} /usr/bin/@APPIMAGE@ -fullscreen "${1}"

View file

@ -6,7 +6,8 @@
# Source environment variables
. /etc/profile
export SDL_AUDIODRIVER=pipewire
# Ensure we're using pulseaudio
export SDL_AUDIODRIVER=pulseaudio
jslisten set "-9 cemu"
if [ -z "${PASINK}" ]

View file

@ -30,7 +30,7 @@ ln -sf /storage/roms/bios/rpcs3/dev_flash /storage/.config/rpcs3/dev_flash
/usr/bin/rpcs3
else
export QT_QPA_PLATFORM=xcb
export SDL_AUDIODRIVER=pipewire
export SDL_AUDIODRIVER=pulseaudio
jslisten set "-9 rpcs3"
/usr/bin/rpcs3 --no-gui "${1}"
fi

View file

@ -6,7 +6,7 @@
# Source predefined functions and variables
. /etc/profile
export SDL_AUDIODRIVER=pipewire
export SDL_AUDIODRIVER=pulseaudio
TZ=$(get_setting system.timezone)
echo -n "TIMEZONE=${TZ}" > /storage/.cache/timezone

View file

@ -6,7 +6,7 @@
# Source predefined functions and variables
. /etc/profile
export SDL_AUDIODRIVER=pipewire
export SDL_AUDIODRIVER=pulseaudio
TZ=$(get_setting system.timezone)
echo -n "TIMEZONE=${TZ}" > /storage/.cache/timezone

View file

@ -5,7 +5,7 @@ ConditionPathExists=/var/lock/start.games
[Service]
Environment=XDG_RUNTIME_DIR=/var/run/0-runtime-dir
Environment=HOME=/storage
Environment=SDL_AUDIODRIVER=pipewire
Environment=SDL_AUDIODRIVER=pulseaudio
ExecStartPre=/usr/bin/es_settings
ExecStart=/usr/bin/emulationstation --log-path /var/log --no-splash
KillMode=process

View file

@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
export SDL_AUDIODRIVER=pipewire
export SDL_AUDIODRIVER=pulseaudio
export SDL_VIDEODRIVER=wayland
export WAYLAND_DISPLAY=wayland-1
export XKB_CONFIG_ROOT=/usr/share/X11/xkb