From f7450e371865a7d61ebddb5d97c5de9314dae2f8 Mon Sep 17 00:00:00 2001 From: liushuyu Date: Fri, 5 Jan 2024 18:45:19 -0700 Subject: [PATCH] yuzu-launcher.sh: use Wayland even on NVIDIA GPU This reverts commit d748ef03f11a249e839a49c39cc782625708ef21. --- shared-modules | 2 +- yuzu-launcher.sh | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/shared-modules b/shared-modules index 80aa467..55a8e46 160000 --- a/shared-modules +++ b/shared-modules @@ -1 +1 @@ -Subproject commit 80aa46759c01ab75dadfc8e7166cc1e2f06d2d62 +Subproject commit 55a8e460c6343229597a13e973ba4855c27a1c4c diff --git a/yuzu-launcher.sh b/yuzu-launcher.sh index 573d01f..0eeee23 100755 --- a/yuzu-launcher.sh +++ b/yuzu-launcher.sh @@ -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";