Revert yuzu-launcher.sh

Revert a change that prevents launching on nvidia and wayland.
This commit is contained in:
Christophe Levesque 2023-12-31 20:28:42 -08:00 committed by GitHub
parent 92f4e5b10b
commit f4610e9feb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,12 +13,6 @@ EOF
zenity --warning --no-wrap --title "That's awkward ..." --text "$MESSAGE"
}
# Use X11 if user has a NVIDIA card
# see https://github.com/flathub/org.yuzu_emu.yuzu/issues/1309
if test -c /dev/nvidiactl; then
export QT_QPA_PLATFORM=xcb
fi
# Discord RPC
for i in {0..9}; do
test -S "$XDG_RUNTIME_DIR"/"discord-ipc-$i" || ln -sf {app/com.discordapp.Discord,"$XDG_RUNTIME_DIR"}/"discord-ipc-$i";