mirror of
https://github.com/RetroDECK/org.DolphinEmu.dolphin-emu.git
synced 2025-04-10 19:15:11 +00:00
Added QT_QPA_PLATFORM=xcb for Desktop Mode
Some checks are pending
Build Artifacts for RetroDECK main manifest / build-project (push) Waiting to run
Some checks are pending
Build Artifacts for RetroDECK main manifest / build-project (push) Waiting to run
This commit is contained in:
parent
b0cdf6dc28
commit
8d44f07ee1
|
|
@ -103,5 +103,11 @@ modules:
|
||||||
test -S $XDG_RUNTIME_DIR/discord-ipc-$i ||
|
test -S $XDG_RUNTIME_DIR/discord-ipc-$i ||
|
||||||
ln -sf {app/com.discordapp.Discord,$XDG_RUNTIME_DIR}/discord-ipc-$i;
|
ln -sf {app/com.discordapp.Discord,$XDG_RUNTIME_DIR}/discord-ipc-$i;
|
||||||
done
|
done
|
||||||
|
|
||||||
|
if [[ $(check_desktop_mode) == "true" ]]; then
|
||||||
|
log d "Running Dolphin in Desktop Mode"
|
||||||
|
export QT_QPA_PLATFORM=xcb
|
||||||
|
fi
|
||||||
|
|
||||||
dolphin-emu "$@"
|
dolphin-emu "$@"
|
||||||
dest-filename: dolphin-emu-wrapper
|
dest-filename: dolphin-emu-wrapper
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue