mirror of
https://github.com/RetroDECK/org.DolphinEmu.dolphin-emu.git
synced 2024-11-22 05:35:39 +00:00
Remove Steam Deck filechooser hack
This commit is contained in:
parent
6297b7ec54
commit
158fe57df5
|
@ -137,12 +137,5 @@ 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
|
||||||
# use gtk3 filechooser on steamdeck
|
|
||||||
bv=`cat /sys/devices/virtual/dmi/id/board_vendor`
|
|
||||||
bv=$bv`cat /sys/devices/virtual/dmi/id/board_name`
|
|
||||||
if [[ $bv == "ValveJupiter" ]]; then
|
|
||||||
QT_QPA_PLATFORMTHEME=gtk3 dolphin-emu "$@"
|
|
||||||
else
|
|
||||||
dolphin-emu "$@"
|
dolphin-emu "$@"
|
||||||
fi
|
|
||||||
dest-filename: dolphin-emu-wrapper
|
dest-filename: dolphin-emu-wrapper
|
||||||
|
|
Loading…
Reference in a new issue