mirror of
https://github.com/flathub/org.yuzu_emu.yuzu.git
synced 2025-04-12 14:17:56 +00:00
Revert yuzu-launcher.sh
Revert a change that prevents launching on nvidia and wayland.
This commit is contained in:
parent
92f4e5b10b
commit
f4610e9feb
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user