From deb0e8e543c96487bcb588bcc438c7316411af24 Mon Sep 17 00:00:00 2001 From: Tessai <49408514+TessaiMusa@users.noreply.github.com> Date: Sat, 11 Jun 2022 11:46:49 +0530 Subject: [PATCH] Fix ryujinx breaking when paths have space in it --- ryujinx-wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ryujinx-wrapper b/ryujinx-wrapper index b59544a..ac9704f 100644 --- a/ryujinx-wrapper +++ b/ryujinx-wrapper @@ -4,4 +4,4 @@ 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; done -Ryujinx $@ +Ryujinx "$@"