Switch the dolphin backend no matter what it's set at.
This commit is contained in:
parent
548a8d53e9
commit
95843ae8a3
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ fi
|
|||
### Dolphin needs to switch to pulseaudio
|
||||
if [ -e "/storage/.config/dolphin-emu/Dolphin.ini" ]
|
||||
then
|
||||
sed -i 's/Backend = ALSA/Backend = Pulse/g' /storage/.config/dolphin-emu/Dolphin.ini
|
||||
sed -i 's/Backend =.*$/Backend = Pulse/g' /storage/.config/dolphin-emu/Dolphin.ini
|
||||
fi
|
||||
|
||||
### Set the default output to Master for pipewire
|
||||
|
|
Loading…
Reference in a new issue