Fix audio in AetherSX2
This commit is contained in:
parent
09e65dfa02
commit
7ef8029223
2 changed files with 3 additions and 1 deletions
|
@ -194,7 +194,7 @@ OutputModule = cubeb
|
|||
Latency = 100
|
||||
SynchMode = 0
|
||||
SpeakerConfiguration = 0
|
||||
BackendName = alsa
|
||||
BackendName =
|
||||
|
||||
[DEV9/Eth]
|
||||
EthEnable = false
|
||||
|
|
|
@ -81,4 +81,6 @@ fi
|
|||
export QT_QPA_PLATFORM=wayland
|
||||
|
||||
#Run Aethersx2 emulator
|
||||
set_audio pulseaudio
|
||||
/usr/bin/@APPIMAGE@ -fullscreen "${1}"
|
||||
set_audio alsa
|
||||
|
|
Loading…
Reference in a new issue