mirror of
https://github.com/RetroDECK/org.DolphinEmu.dolphin-emu.git
synced 2025-04-10 19:15:11 +00:00
Fix dolphin-emu wrapper to handle desktop mode correctly
This commit is contained in:
parent
ada5a5f731
commit
b428cf5e03
|
|
@ -100,8 +100,8 @@ modules:
|
||||||
source /app/libexec/checks.sh
|
source /app/libexec/checks.sh
|
||||||
if [[ $(check_desktop_mode) == "true" ]]; then
|
if [[ $(check_desktop_mode) == "true" ]]; then
|
||||||
log d "Running Dolphin in Desktop Mode"
|
log d "Running Dolphin in Desktop Mode"
|
||||||
export QT_QPA_PLATFORM=xcb
|
QT_QPA_PLATFORM=xcb dolphin-emu "$@"
|
||||||
|
else
|
||||||
|
dolphin-emu "$@"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dolphin-emu "$@"
|
|
||||||
dest-filename: dolphin-emu-wrapper
|
dest-filename: dolphin-emu-wrapper
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue