Fix dolphin-emu wrapper to handle desktop mode correctly

This commit is contained in:
XargonWan 2025-03-31 20:55:21 +09:00
parent ada5a5f731
commit b428cf5e03

View file

@ -100,8 +100,8 @@ modules:
source /app/libexec/checks.sh
if [[ $(check_desktop_mode) == "true" ]]; then
log d "Running Dolphin in Desktop Mode"
export QT_QPA_PLATFORM=xcb
QT_QPA_PLATFORM=xcb dolphin-emu "$@"
else
dolphin-emu "$@"
fi
dolphin-emu "$@"
dest-filename: dolphin-emu-wrapper